Commit Graph

68 Commits

Author SHA1 Message Date
Sean Harvey 98a59cad7b BUGFIX Fixed SQLite3Database::enumValuesForField() from returning an array with NULL values 2010-04-07 03:25:21 +00:00
Ingo Schommer 4443df5171 MINOR Moved SQLite3Database::safe_dir() to two new methods on SQLite3DatabaseConfigurationHelper (create_db_dir() and secure_db_dir()), more flexible and useable from the helper class in install.php context without requiring class inclusions pre-manifest build (see r101054 for installer enhancements) 2010-03-15 06:43:49 +00:00
Andreas Piening 41af325ea5 BUGFIX: fix for sqlite3.3 2010-03-09 23:58:08 +00:00
Mateusz Uzdowski 47a91fe6c5 ENHANCEMENT: take into account that older Sqlite can modify the CREATE string and inject single quotes around table names that breaks the db reflection mechanism (happens when the table is renamed) 2010-03-08 23:39:22 +00:00
Geoff Munn 0094e39a9e API CHANGE: dbDataType function created 2010-03-08 21:57:47 +00:00
Sean Harvey 17c8ea054d MINOR Fixed undefined variables 2010-03-04 22:08:24 +00:00
Andreas Piening b85db20c88 BUGFIX: protected default db location MINOR: polished adapter setup 2010-02-08 04:20:09 +00:00
Andreas Piening 8564804d77 MINOR added default value for decimals 2010-02-05 03:35:48 +00:00
Andreas Piening b2968dc888 MINOR: extended flexibility of the helper ordermorespecifically 2010-02-04 05:13:11 +00:00
Andreas Piening f9108ae913 MINOR: added support for the SET data type used in MultiEnums 2010-02-03 05:02:43 +00:00
Andreas Piening 899c2fa062 FEATURE: added helper functions for datetime operations 2010-02-01 05:15:10 +00:00
Andreas Piening 3d1ff088ee MINOR: removed query hack 2010-01-28 05:29:08 +00:00
Andreas Piening e8726d1c4e MINOR: Removed destructor for PDOStatement 2010-01-24 07:38:43 +00:00
Andreas Piening b0fd65c554 FEATURE: added getter and setter for connection pragma 2010-01-24 06:57:42 +00:00
Andreas Piening d6754b2d97 BUGFIX: reintegrated the Database schemaupdate and transX functions 2010-01-22 11:48:57 +00:00
Andreas Piening d34170e370 ENHANCEMENT: added PDO for SQLite adapter to support PHP < 5.3
ENHANCEMENT: rewrite of the build process
2010-01-21 11:32:21 +00:00
Andreas Piening 29ca870f76 MINOR: caching enum map
MINOR: fixed indentation
2010-01-17 10:48:22 +00:00
Andreas Piening 3a60c5c180 FEATURE: SQLite3 databse adapter 2010-01-14 20:42:43 +00:00