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 01:53] – ↷ Links adapted because of a move operation mnewnham | v5:database:sqlite [2024/12/15 15:38] (current) – [sqlite3] 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: | ||
- | * [[dictionary: | ||
- | * [[dictionary: | ||
- | This is a limitation of Sqlite itself, not ADOdb. For more information | + | The SQLite database engine has limited support for ALTER TABLE statements. |
- | {{tag> | + | 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 53: | Line 64: | ||
</ | </ | ||
- | 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. |
{{tag> | {{tag> |
v5/database/sqlite.1452646427.txt.gz · Last modified: 2017/04/21 11:51 (external edit)