Creole 1.2 BETA Released (ALMOST)
Creole 1.2 BETA fixes many bugs and has a few features added, most notably is SQLite 3 support. Just use a connection schema with "sqlite3" as the phptype.
There were also a lot of cleanup and development with the unit tests in order to minimize bugs in the future and increase stability of the code.
Backwards Compatibility
If you use SQLite 2 with long column names (i.e. the column name comes back like "tableName.columnName", including the ".") Creole now removes the "tableName." to make the column names consistent with other drivers. Therefore, if you were previously expecting column names in the "tableName.columnName" format, then this release will break your code.
Beta Stability
If you use Oracle or ODBC connection with creole, then this will be very beta because we were not able to test some of the changes we made to the code in this revision.
Otherwise, if you use any other driver then this beta release should be very stable.
Bug Reports
If you find bugs, please report them to through the Trac interface. If that fails because it thinks you are a spammer, which happens often, then please post a message to the mailing lists.
RELEASE ON HOLD
The links to the downloads have been removed as we realized the code had only been tested on the Windows platform and unit tests were broke on Linux. We will be working to resolve the situation and get the release put back up. Sorry for the inconvenience.
