CVS log for metabase/manager_sqlite.php
Up to [MetaL] / metabase
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Nov 18 20:57:18 2005 UTC (2 years, 10 months ago) by mlemos
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -3
lines
Added support for an option to set the file access mode of the database
file to be created.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Nov 18 20:32:52 2005 UTC (2 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +64 -1
lines
Implemented supported table alterations.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Nov 18 12:57:01 2005 UTC (2 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -15
lines
Corrected the autoincrement and primary key declarations to support
primary keys with multiple fields.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 17 19:07:14 2005 UTC (2 years, 10 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +45 -3
lines
Integrated John Walton fixes to not declare the primary key of a table
with auto-increment and to check whether database file is writeable before
creating it.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jul 31 06:47:27 2005 UTC (3 years, 2 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -14
lines
Reused the base class implementation of CreateTable.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jan 8 18:09:49 2003 UTC (5 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +21 -18
lines
Removed debugging statements.
Supported more possible datatypes in table field reverse engineering.
Fixed sequence creation and dropping to consider the sequence table
prefix.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jan 8 04:22:55 2003 UTC (5 years, 9 months ago) by mlemos
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +44 -70
lines
Used sqlite_open to create databases.
Made table field definition reverse engineering more robust.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 29 04:32:37 2002 UTC (5 years, 9 months ago) by mlemos
Branches: MAIN
Initial revision contributed by Jeroen Derks.
|