|
|
Warning!It seems that you are using an anti-advertisement software like AdBlock. CoolSoft can exists thanks to a few banners and no popups. Thanks for your help. |
![]() |
Drupal-SQLite - Version history
Drupal-SQLite-6.14-1.4, 2009-10-04
- Drupal official version 6.14
- New query rewriting system: it allows Drupal-SQLite to rewrite SQL queries just before their execution, without the needing to patch (core) modules.
Rewrite rules are contained into two new files:- database.sqlite.core-patches.inc
this file is mantained by CoolSoft and will include rewrite rules for core modules and for widely used ones ;) (like devel) - database.sqlite.user-patches.inc (optional)
here you could add rewrite rules for all other modules
- database.sqlite.core-patches.inc
- Drupal DB functions "db_add_unique_key" and "db_remove_unique_key" are now supported.
- Workaround for SQLite not returning short column names for queries with JOIN or GROUP BY clauses.
- Added support for SQL function STDDEV (thanks again Dmitri)
Drupal-SQLite-6.13-1.3, 2009-08-06
- Fixed a bug in _db_query function which caused multiple/nested queries to fail.
Drupal-SQLite-6.13-1.2, 2009-07-15
- Bug fixing and code cleanup in SQLite table schema management functions: db_column_exists, db_create_table_sql, _db_create_index_sql, _db_alterTable, _db_introspectSchema.
Thanks to Dmitri Schamschurko for his great help and feedback. - CCK module (cck-6.4-2.4) now works with Drupal-SQLite.
Drupal-SQLite-6.13-1.1, 2009-07-02
- Drupal official version 6.13, see here for detailed changes
Drupal-SQLite-6.12-1.1, 2009-05-14
- Drupal official version 6.12
Drupal-SQLite-6.11-1.1.1, 2009-05-09
This is only a repackage of the previous archive version, due to missing folders in drupal-sqlite-6.11-1.1.zip file.
Missing folders were:
- /modules/color/images
- /sites
- /themes/garland/images
I'm sorry for that <:)
Drupal-SQLite-6.11-1.1, 2009-05-05
- Drupal official version 6.11
- Increased length of database name field (which here is used as a path)
- Moved new 'sqlite' database type as first in install.inc, so it becomes the default selected during install
- The profile Drupal-SQLite now checks requirements during the install.
see: http://coolsoft.altervista.org/en/drupal-sqlite#comment-28 - Database file is now, by default, contained in a reserved folder.
SQLite needs RW access to both the database file and the containing folder.
see: http://coolsoft.altervista.org/en/drupal-sqlite#comment-40 - Install procedure will now create both the database and its folder, and test their permissions.
see: http://coolsoft.altervista.org/en/drupal-sqlite#comment-40 - Fixed usage of undeclared variables in includes/database.sqlite.inc
see: http://coolsoft.altervista.org/en/drupal-sqlite#comment-37
Drupal-SQLite-6.10-1.0, 2009-03-21
- Drupal official version 6.10
- First public release


