v5:database:sqlite
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:database:sqlite [2016/01/13 22:44] – [sqlitepo] mnewnham | v5:database:sqlite [2025/06/01 13:21] (current) – Remove square brackets in tags dregad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== SQLite Database ===== | ===== SQLite Database ===== | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| + | |||
| ===== sqlite3 ===== | ===== sqlite3 ===== | ||
| <WRAP right box round 300px> | <WRAP right box round 300px> | ||
| + | |||
| == Specification == | == Specification == | ||
| ^Driver Name|sqlite3| | ^Driver Name|sqlite3| | ||
| Line 11: | Line 13: | ||
| ^ADOdb V5|Yes| | ^ADOdb V5|Yes| | ||
| ^ADOdb V6|Yes| | ^ADOdb V6|Yes| | ||
| + | |||
| == Alternatives == | == Alternatives == | ||
| [[v5: | [[v5: | ||
| </ | </ | ||
| - | ** This is the preferred driver for connecting to sqlite | + | ** This is the preferred driver for connecting to SQLite |
| - | This preferred driver | + | It supports connections to SQLite version 3 databases. |
| - | Note that SQLite table and index names are case-sensitive, | + | Note that SQLite table and index names are case-sensitive, |
| ==== Limitations in Meta Functions ==== | ==== Limitations in Meta Functions ==== | ||
| - | The driver does not support the following metaFunctions: | ||
| - | * [[v5: | ||
| - | * [[v5: | ||
| - | This is a limitation of Sqlite itself, not ADOdb. For more information | + | The SQLite database engine has limited support for ALTER TABLE statements. |
| - | {{tag>[sqlite3 active]}} | + | For more information, refer to the [[https:// |
| + | |||
| + | Consequently, | ||
| + | |||
| + | ^ Meta Function | ||
| + | | [[v5: | ||
| + | | [[v5: | ||
| + | | [[v5: | ||
| + | |||
| + | |||
| + | {{tag> | ||
| ------------------------------- | ------------------------------- | ||
| + | |||
| ===== sqlite ===== | ===== sqlite ===== | ||
| <WRAP right box round 300px> | <WRAP right box round 300px> | ||
| Line 39: | Line 50: | ||
| </ | </ | ||
| This deprecated driver supports SQLite Version 2 databases. | This deprecated driver supports SQLite Version 2 databases. | ||
| - | {{tag>[sqlite2 unix windows deprecated]}} | + | {{tag> |
| --------------------------------------------- | --------------------------------------------- | ||
| ===== sqlitepo ===== | ===== sqlitepo ===== | ||
| Line 54: | Line 65: | ||
| </ | </ | ||
| 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> |
v5/database/sqlite.1452721448.txt.gz · Last modified: (external edit)
