ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:database:sqlite

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:database:sqlite [2024/12/15 15:35] – Support for DROP and RENAME COLUMN dregadv5:database:sqlite [2025/06/01 13:21] (current) – Remove square brackets in tags dregad
Line 17: Line 17:
 [[v5:database:pdo#pdo_sqlite|PDO driver for SQLite]] [[v5:database:pdo#pdo_sqlite|PDO driver for SQLite]]
 </WRAP> </WRAP>
-** This is the preferred driver for connecting to sqlite databases ** +** This is the preferred driver for connecting to SQLite databases.** 
-This preferred driver supports connections to SQLite version 3 databases.+It supports connections to SQLite version 3 databases.
  
 Note that SQLite table and index names are case-sensitive, but do not allow full case-sensitivity like the [[v5:database:ibm_db2|IBM DB2]] driver. Note that SQLite table and index names are case-sensitive, but do not allow full case-sensitivity like the [[v5:database:ibm_db2|IBM DB2]] driver.
Line 35: Line 35:
  
  
-{{tag>[sqlite3 active tier1]}}+{{tag>sqlite3 active tier1}}
 ------------------------------- -------------------------------
  
Line 50: Line 50:
 </WRAP> </WRAP>
 This deprecated driver supports SQLite Version 2 databases.  This deprecated driver supports SQLite Version 2 databases. 
-{{tag>[sqlite2 unix windows deprecated]}}+{{tag>sqlite2 unix windows deprecated}}
 --------------------------------------------- ---------------------------------------------
 ===== sqlitepo ===== ===== sqlitepo =====
Line 65: Line 65:
 </WRAP> </WRAP>
 This deprecated driver added portability to the sqlite2 driver by stripping the table names from the column names in queries. This deprecated driver added portability to the sqlite2 driver by stripping the table names from the column names in queries.
-{{tag>[sqlite2 deprecated]}}+{{tag>sqlite2 deprecated}}
v5/database/sqlite.1734273354.txt.gz · Last modified: by dregad