Commit Graph

133 Commits

Author SHA1 Message Date
Andreas Piening bb67ad3cd2 MINOR: keep SQLiteEnums helper table on clearTable/clearAllData in unit tests 2010-04-14 04:01:19 +00:00
Andreas Piening 5504bf1901 MINOR: SQLiteDatabase defaults to the sqlite3 class instead of the PDO class 2010-04-14 03:07:20 +00:00
Andreas Piening e76d193b1e MINOR: sqlite properly introduces itself on dev build 2010-04-14 03:06:22 +00:00
Sean Harvey 98a59cad7b BUGFIX Fixed SQLite3Database::enumValuesForField() from returning an array with NULL values 2010-04-07 03:25:21 +00:00
Andreas Piening bc1cd7008e BUGFIX: fixed broken addslashes 2010-03-31 00:15:26 +00:00
Andreas Piening 21b512a4e7 BUGFIX: SQLite PDO adapter to use the new function to secure db storage location 2010-03-17 21:45:00 +00:00
Ingo Schommer 204e3efd38 ENHANCEMENT Better validation checks in SQLiteDatabaseConfigurationHelper 2010-03-15 07:01:54 +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
Sean Harvey c39c78d148 MINOR Fixed SS_DATABASE_CLASS not working if set to something else in sqlite3 config 2010-03-12 02:37:17 +00:00
Andreas Piening 7360cd57a7 MINOR: properly check the existance of SQLite3 class 2010-03-10 23:59:30 +00:00
Andreas Piening 63a70c2bae MINOR: cosmetic changes to the readme and changes for easy install 2010-03-10 23:57:41 +00:00
Andreas Piening 31d6e2fad8 MINOR: fixed the test to be independant of php time() 2010-03-09 23:59:11 +00:00
Andreas Piening 065106bb80 ENHANCEMENT: configuration helper added 2010-03-09 23:58:36 +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 5e8234ba2d ENHANCEMENT: added a test for checking the time of the webserver against the time of the db server 2010-02-04 05:04:29 +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 7f16da1ce1 MINOR: added tests for datetime helper functions 2010-02-01 05:15:56 +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 787820dd35 MINOR: _config.php was missing 2010-01-14 20:46:47 +00:00
Andreas Piening 3a60c5c180 FEATURE: SQLite3 databse adapter 2010-01-14 20:42:43 +00:00
Andreas Piening f42c8e5677 FEATURE: trunk folder 2010-01-14 07:08:10 +00:00