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
Next revisionBoth sides next revision
database:sqlite [2015/12/28 03:16] – [sqlitepo] mnewnhamv5:database:sqlite [2016/01/13 01:53] – ↷ Page moved from database:sqlite to v5:database:sqlite mnewnham
Line 1: Line 1:
 ===== SQLite Database ===== ===== SQLite Database =====
 ~~NOTOC~~ ~~NOTOC~~
-==== sqlite3 ====+===== sqlite3 =====
 <WRAP right box round 300px> <WRAP right box round 300px>
 == Specification == == Specification ==
Line 17: Line 17:
 This preferred driver supports connections to SQLite version 3 databases. This preferred driver 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 [[database:IBM DB2]] driver.
 +
 +==== Limitations in Meta Functions ====
 +The driver does not support the following metaFunctions:
 +  * [[dictionary:alterColumnSql()]] 
 +  * [[dictionary:dropColumnSql()]]
 +
 +This is a limitation of Sqlite itself, not ADOdb. For more information see [[http://www.sqlite.org/lang_altertable.html|Here]]
 {{tag>[sqlite3 active]}} {{tag>[sqlite3 active]}}
 ------------------------------- -------------------------------
-==== sqlite ====+===== sqlite =====
 <WRAP right box round 300px> <WRAP right box round 300px>
 == Specification == == Specification ==
Line 33: Line 41:
 {{tag>[sqlite2 unix windows deprecated]}} {{tag>[sqlite2 unix windows deprecated]}}
 --------------------------------------------- ---------------------------------------------
-==== sqlitepo ====+===== sqlitepo =====
 <WRAP right box round 300px> <WRAP right box round 300px>
 == Specification == == Specification ==
Line 47: Line 55:
 This deprecated driver added portability to the sqlite2 driver by stripping the table names from the column names in queries. The Sqlite3 exhibits this behavior by default. This deprecated driver added portability to the sqlite2 driver by stripping the table names from the column names in queries. The Sqlite3 exhibits this behavior by default.
 {{tag>[sqlite2 deprecated]}} {{tag>[sqlite2 deprecated]}}
- 
v5/database/sqlite.txt · Last modified: 2020/01/13 12:47 by dregad