1 2011-02-24 Xavier Perseguers <typo3@perseguers.ch>
3 * Updated manual with hint suggested by Jigal regarding table2handlerKeys
5 2011-02-21 Xavier Perseguers <typo3@perseguers.ch>
7 * Fixed bug #17399: Install Tool "COMPARE" fails to update mysql tables
8 * Fixed bug #17661: Remove deprecated methods from t3lib_div
9 * Fixed bug #17670: Remove deprecated functions scheduled for removal in 4.6
11 2011-01-26 Xavier Perseguers <typo3@perseguers.ch>
13 * Fixed bug #17327: Alter table in install tool does not work
16 2011-01-25 Xavier Perseguers <typo3@perseguers.ch>
18 * Fixed bug #17221: Install tool is unable to delete database tables
20 2011-01-24 Xavier Perseguers <typo3@perseguers.ch>
22 * Set version to 1.2.0
23 * Fixed bug #17269: Search with LIKE is case sensitive on Oracle
25 2010-12-27 Xavier Perseguers <typo3@perseguers.ch>
27 * Set version to 1.2.0beta3
29 2010-12-06 Xavier Perseguers <typo3@perseguers.ch>
31 * Fixed bug #16679: Cannot login to backend at the end of 1-2-3 wizard when using Oracle
33 2010-12-05 Xavier Perseguers <typo3@perseguers.ch>
35 * Fixed bug #16677: PHP notices from XCLASS inclusions
36 * Fixed bug #16678: DBAL is active with MySQL at the end of 1-2-3 wizard
38 2010-12-02 Xavier Perseguers <typo3@perseguers.ch>
40 * Fixed bug #16639: Install Tool is unusable since DBAL merge
42 2010-12-01 Xavier Perseguers <typo3@perseguers.ch>
44 * Set version to 1.2.0beta2
46 2010-12-01 Xavier Perseguers <typo3@perseguers.ch>
48 * Fixed use of undefined variable $where in method exec_INSERTquery() with MySQL handler
49 * Fixed use of undefined variable $mapping in method map_subquery()
50 * Follow-up for bug #16392: Native tables could not be retrieved anymore
52 * Fixed bug #16492: groupBy and orderBy fail on exec_query (thanks to Oguzhan Alan)
54 2010-11-30 Xavier Perseguers <typo3@perseguers.ch>
56 * Fixed bug #16501: DBAL does not support multi-column indexes in create table queries
57 * Added feature #16491: Provide a pass-through flag for sql_exec() which goes directly to the native MySQL engine
59 2010-11-18 Xavier Perseguers <typo3@perseguers.ch>
61 * Fixed bug #16392: Install tool cannot compare "ENGINE" of MySQL Tables when DBAL is active
63 2010-11-17 Xavier Perseguers <typo3@perseguers.ch>
65 * Fixed bug #16444: DBAL installs itself automatically whenever the install tool is called
67 2010-11-14 Xavier Perseguers <typo3@perseguers.ch>
69 * Set version to 1.2.0beta1
71 2010-11-14 Xavier Perseguers <typo3@perseguers.ch>
73 * Added feature #15755: Allow DBAL to interact with EM to configure remapping
75 2010-10-30 Xavier Perseguers <typo3@perseguers.ch>
77 * Fixed bug #16179: 1-2-3 install tool wizard does not let DBAL load early enough
78 * Fixed bug #15941: Log deprecated functions (and adjust comments)
79 * Fixed bug #15960: Misleading error message in ux_t3lib_DB->cacheFieldInfo() (thanks to Martin Kuster)
80 * Fixed bug #16120: UPDATE queries fails for $GLOBALS['TYPO3_DB']->sql_query (thanks to Alan Oguzhan)
82 2010-10-19 Xavier Perseguers <typo3@perseguers.ch>
84 * Set version to 1.2.0alpha3
86 2010-09-28 Xavier Perseguers <typo3@perseguers.ch>
88 * Added feature #15075: [Install] make a pre-check for required php-extensions (thanks to Jigal van Hemert)
90 2010-09-21 Xavier Perseguers <typo3@perseguers.ch>
92 * Set version to 1.2.0alpha2
94 2010-09-20 Xavier Perseguers <typo3@perseguers.ch>
96 * Merged branch QueryCache to trunk
97 * Updated documentation to describe how to use Memcached to cache prepared queries
98 * Fixed bug #15751: dbal does not parse setDBinit correctly (thanks to Tamer Erdogan)
100 2010-08-30 Xavier Perseguers <typo3@perseguers.ch>
102 * Fixed bug #15582: Call to deprecated function template::middle()
104 2010-08-24 Xavier Perseguers <typo3@perseguers.ch>
106 * Fixed caching with Memcached
107 * Synchronized code from trunk
109 2010-08-23 Xavier Perseguers <typo3@perseguers.ch>
111 * Fixed bug #15535: Error: No pages are found on the rootlevel! in Frontend when using Oracle
112 * Updated ADOdb version dependency
113 * Set version to 1.2.0alpha1
115 2010-08-19 Xavier Perseguers <typo3@perseguers.ch>
117 * Updated caching mechanism to cache prepared queries
118 * Synchronized code from trunk
119 * Added unit test for feature #15457
120 * Added feature #15457: Add support for prepared queries
122 2010-08-14 Xavier Perseguers <typo3@perseguers.ch>
124 * Code cleanup with useless blank spaces at end of line
126 2010-08-08 Xavier Perseguers <typo3@perseguers.ch>
128 * Added unit test for bug #15253: NOT LIKE is not remapped using dbms_lob.instr with Oracle
129 * Fixed bug #12535: DAM-related: Element browser crashes as where-clause cannot be parsed
131 2010-07-27 Xavier Perseguers <typo3@perseguers.ch>
133 * Fixed bug #15160: Queries should only be parsed once
135 2010-07-17 Xavier Perseguers <typo3@perseguers.ch>
137 * Updated PHP documentation
139 2010-07-16 Xavier Perseguers <typo3@perseguers.ch>
141 * Added unit test for bug #14818: t3lib_db->listQuery() performance
142 * Fixed bug #14985: FIND_IN_SET should be used isntead of complicated LIKE where clause
144 2010-07-11 Xavier Perseguers <typo3@perseguers.ch>
146 * Fixed bug #15045: Trailing newlines after php closing tag
148 2010-06-27 Xavier Perseguers <typo3@perseguers.ch>
150 * Synchronized @deprecated annotations with Core
152 2010-06-22 Jeff Segars <jeff@webempoweredchurch.org>
154 * Fixed bug #14814: Improve install tool texts
156 2010-06-19 Xavier Perseguers <typo3@perseguers.ch>
158 * Fixed bug #3855: Log number of returned or affected rows
159 * Updated copyright year in manual
161 2010-06-12 Xavier Perseguers <typo3@perseguers.ch>
163 * Fixed bug #13431: Include BE:forceCharset config option (thanks to Armin Guenther)
165 2010-06-11 Xavier Perseguers <typo3@perseguers.ch>
167 * Fixed bug #14405: Rename the test cases from *_testcase to *Test
169 2010-06-03 Xavier Perseguers <typo3@perseguers.ch>
171 * Fixed bug #14479: Speed up Oracle layer by not defaulting to dbms_lob.instr for LIKE query (thanks to Michiel Roos)
173 2010-05-28 Xavier Perseguers <typo3@perseguers.ch>
175 * Fixed bug #7015: t3lib_DB displays wrong SQL in error case
177 2010-05-27 Xavier Perseguers <typo3@perseguers.ch>
179 * Fixed bug #14496: SQL parser does not handle ALTER TABLE with character set operation
180 * Fixed bug #14456: SQL parser doesn't accept ALTER TABLE statement without CHANGE, DROP or ADD keyword
181 * Fixed bug #14457: 1-2-3 Install Process breaks with PostgreSQL
183 2010-05-21 Xavier Perseguers <typo3@perseguers.ch>
185 * Fixed bug #14372: Mapping does not work with table alias
186 * Follow-up of changeset 32847: DBAL cannot be loaded if typo3conf/ is not writable
188 2010-05-03 Xavier Perseguers <typo3@perseguers.ch>
190 * Fixed 1-2-3 installer crash when having only mysql available
192 2010-05-01 Xavier Perseguers <typo3@perseguers.ch>
194 * Fixed bug #14274: Some exception are not caught when trying to install DBAL in 1-2-3 Install Tool process
195 * Fixed bug #2186: Error installing static_info_tables
196 * Fixed bug #14265: Driver dropdown in install tool should be hidden when only MySQL is available
198 2010-04-29 Xavier Perseguers <typo3@perseguers.ch>
200 * Added autoloader for Install Tool
202 2010-04-22 Xavier Perseguers <typo3@perseguers.ch>
204 * Fixed bug #14182: Multiple join conditions are not supported
206 2010-04-15 Xavier Perseguers <typo3@perseguers.ch>
208 * Fixed bug #14120: Add a method to check if database is connected
210 2010-04-14 Xavier Perseguers <typo3@perseguers.ch>
212 * Set version to 1.1.2
214 2010-04-12 Xavier Perseguers <typo3@perseguers.ch>
216 * Added feature #13508: Use exec_TRUNCATEquery() instead of DELETE FROM throughout the core
218 2010-04-06 Xavier Perseguers <typo3@perseguers.ch>
220 * Added skeleton of a cache for generated queries
222 2010-03-07 Xavier Perseguers <typo3@perseguers.ch>
224 * Fixed bug #4640: Backend login impossible with MSSQL via ODBC (thanks to Felix Eckhofer)
226 2010-02-21 Xavier Perseguers <typo3@perseguers.ch>
228 * Fixed bug #2367: No support for LIMIT [PostgreSQL]
230 2010-02-14 Xavier Perseguers <typo3@perseguers.ch>
232 * Set version to 1.1.1
234 2010-02-14 Xavier Perseguers <typo3@perseguers.ch>
236 * Added unit test for #12829: ALTER TABLE is not able to parse length restriction in index creation
238 2010-02-13 Xavier Perseguers <typo3@perseguers.ch>
240 * Added unit tests for #4493: WHERE func(expr) IN (n,...m) is broken
241 * Fixed bug #6196: IFNULL operator cannot be parsed
242 * Fixed bug #13528: Argument 1 passed to ux_t3lib_DB::_quoteFieldNames() must be an array, string given
244 2010-02-11 Xavier Perseguers <typo3@perseguers.ch>
246 * Follow-up of #13504: Using TRUNCATE instead of TRUNCATETABLE as public DB API
248 2010-02-10 Xavier Perseguers <typo3@perseguers.ch>
250 * Fixed bug #13504: Cannot parse TRUNCATE TABLE in install tool
252 2010-02-09 Xavier Perseguers <typo3@perseguers.ch>
254 * Added unit test for bug #13490: Where clause 0=0 cannot be parsed
256 2010-02-07 Xavier Perseguers <typo3@perseguers.ch>
258 * Added feature #12858: Provide an API to insert multiple rows at once
259 * Fixed bug #13453: Method compileINSERT of ux_t3lib_sqlparser should be protected
260 * Added feature #13209: MySQL extended INSERT statements cannot be parsed
262 2010-02-06 Xavier Perseguers <typo3@perseguers.ch>
264 * Added unit tests for bug #13430: Cannot parse INSERT when VALUES has no space before left parenthesis
266 2010-02-05 Xavier Perseguers <typo3@perseguers.ch>
268 * Fixed bug #13422: Invalid quoting of numeric column names
270 2010-02-03 Xavier Perseguers <typo3@perseguers.ch>
272 * Added unit tests for bug #13412: BETWEEN operator is not supported
274 2010-01-24 Xavier Perseguers <typo3@perseguers.ch>
276 * Fixed bug #13090: version warning with CSS styled content
278 2010-01-14 Steffen Kamper <info@sk-typo3.de>
280 * Fixed bug #13199: fileadminDir is hardcoded in several places (thanks to Susanne Moog)
282 2010-01-08 Xavier Perseguers <typo3@perseguers.ch>
284 * Updated copyright year
286 2010-01-05 Xavier Perseguers <typo3@perseguers.ch>
288 * Added feature #13134: Support of SQL LOCATE function
290 2010-01-03 Xavier Perseguers <typo3@perseguers.ch>
292 * Added feature #13135: Support for CASE WHEN flow control
294 2009-12-30 Xavier Perseguers <typo3@perseguers.ch>
296 * Set version to 1.1.0
298 2009-12-28 Xavier Perseguers <typo3@perseguers.ch>
300 * Fixed bug #12603: sql_query does not respect "mapping"
301 * Fixed bug #13104: SQL parser cannot parse escaped single quote in INSERT statement
303 2009-12-27 Xavier Perseguers <typo3@perseguers.ch>
305 * Updated documentation: now using new documentation template
306 * Updated documentation: removed obsolete information, added small cookbook for extension developers, added tutorials for Oracle and PostgreSQL
308 2009-12-13 Xavier Perseguers <typo3@perseguers.ch>
310 * Fixed bug #13003: Move back methods belonging to t3lib_sqlparser
312 2009-12-11 Xavier Perseguers <typo3@perseguers.ch>
314 * Fixed bug #12897: Cannot parse SQL hints
316 2009-11-29 Xavier Perseguers <typo3@perseguers.ch>
318 * Fixed bug #12758: Added support for EXISTS (subquery)
320 2009-11-29 Xavier Perseguers <typo3@perseguers.ch>
322 * Set version to 1.0.2 [TYPO3 4.3.0]
323 * Fixed bug #12800: Add functionality to work with caching framework (support for "IN (subquery)" in where clause)
324 * Follow-up of changeset 26118: parts of initial patch for RFC 12231 had actually not been integrated
326 2009-11-27 Xavier Perseguers <typo3@perseguers.ch>
328 * Cleanup: Reorganized unit-tests
330 2009-11-25 Xavier Perseguers <typo3@perseguers.ch>
332 * Set version to 1.0.1
334 2009-11-20 Xavier Perseguers <typo3@perseguers.ch>
336 * Added unit-test for bug #5708: Fieldmapping doesn't work on the "right side" in where clause with table.field
337 * Fixed bugs #5044/#11142: Column's default value is not properly quoted in CREATE TABLE
338 * Added unit-test for bug #12670: Columns with NOT NULL are created as NULLable
340 2009-11-17 Xavier Perseguers <typo3@perseguers.ch>
342 * Set version to 1.0.0 (stable)
343 * Updated documentation: updated copyright and refreshed TOC
344 * Added unit-test for bug #4466: Index on tx_realurl_uniqalias breaks with DBAL
346 2009-11-16 Xavier Perseguers <typo3@perseguers.ch>
348 * Now using Core dispatcher for backend module (thanks to Oliver Hader)
350 2009-11-15 Xavier Perseguers <typo3@perseguers.ch>
352 * Fixed bug #12596: RIGHT OUTER JOIN is not supported
354 2009-11-11 Xavier Perseguers <typo3@perseguers.ch>
356 * Added unit test for bug #11093: bigint (int8) values get converted to int4 by int-cast
358 2009-11-10 Xavier Perseguers <typo3@perseguers.ch>
360 * Removed comments stating that SQL parser is experimental
361 * Follow-up of revision 26334: LIKE on Oracle should use dbms_lob.instr() function
362 * Updated Oracle unit tests to use $GLOBALS['TYPO3_DB'] instead of a fixture to avoid side-effects on SQL rewriting
363 * Updated general database unit tests to use $GLOBALS['TYPO3_DB'] instead of a fixture to avoid side-effects on SQL rewriting
365 2009-11-09 Xavier Perseguers <typo3@perseguers.ch>
367 * Fixed bug #10965: Float database field gets converted to integer on insert (thanks to Christian Ducrot)
368 * Fixed bug #12515: DAM-related: CONCAT operator cannot be used after LIKE
369 * Fixed bug #10411: Applied missing chunks of patch
371 2009-11-07 Xavier Perseguers <typo3@perseguers.ch>
373 * Added unit test for RFC #6198: Problem with strings in IN
374 * Added unit test for RFC #6953: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
376 2009-11-06 Xavier Perseguers <typo3@perseguers.ch>
378 * Set version to 0.9.25
379 * Fixed bug: tables and fields were not always properly mapped in INNER JOINs
380 * Added unit tests to test quoting and remapping of tables and fields when using Oracle
382 2009-11-05 Xavier Perseguers <typo3@perseguers.ch>
384 * Set version to 0.9.24
385 * Follow-up of RFC #12452: Reflected change of visibility of method compileFieldCfg() in t3lib_sqlparser
387 2009-11-04 Xavier Perseguers <typo3@perseguers.ch>
389 * Updated ext_emconf.php's author and extension version dependencies
391 2009-11-03 Xavier Perseguers <typo3@perseguers.ch>
393 * Added some general unit tests (without any engine-specific test nor mapping)
394 * Cleanup #12440: Copy DBAL-only SQL parser methods from t3lib_sqlparser to ux_t3lib_sqlparser
395 * Fixed bug #12231: New caching framework (4.3-dev) does not work with DBAL
397 2009-10-28 Xavier Perseguers <typo3@perseguers.ch>
399 * Added compatibility operators for PostgreSQL as resource script (thanks to Ries van Twisk)
400 * Added message in Extension Manager to let users know compatibility scripts may need to be run
402 2009-10-27 Xavier Perseguers <typo3@perseguers.ch>
404 * Follow-up of changeset 25876: Using tx_dbal_sqlengine instead of t3lib_sqlengine for sample handlers
405 * Created icons for extension and Debug module
406 * Cleanup: Applied CGL
408 2009-10-26 Xavier Perseguers <typo3@perseguers.ch>
410 * Fixed bug #12354: Include t3lib_sqlengine from Core to DBAL
411 * Fixed bug #12349: Clean-up SQL parser and SQL engine
413 2009-10-20 Oliver Hader <oliver@typo3.org>
415 * Set version to 0.9.23
417 2009-10-08 Xavier Perseguers <typo3@perseguers.ch>
419 * Fixed bug #6953: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work (thanks to Christian and Michael Miousse)
421 2009-10-01 Xavier Perseguers <typo3@perseguers.ch>
423 * Raised version to 0.9.22
425 2009-09-29 Xavier Perseguers <typo3@perseguers.ch>
427 * Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table
429 2009-09-20 Xavier Perseguers <typo3@perseguers.ch>
431 * Fixed bug #12012: admin_get_tables() method is using PHP5.3-deprecated function mysql_list_tables
433 2009-09-18 Xavier Perseguers <typo3@perseguers.ch>
435 * Raised version to 0.9.21
437 2009-09-18 Xavier Perseguers <typo3@perseguers.ch>
439 * Fixed bug #11984: Remove reference operators for objects
441 2009-09-03 Xavier Perseguers <typo3@perseguers.ch>
443 * Fixed bug #11436: Unknown tables break Install-Tool (thanks to David Bruchmann)
444 * Fixed bug #11108: DBAL wildly quotes fields and table names
446 2009-09-04 Karsten Dambekalns <karsten@typo3.org>
448 * Raised version to 0.9.20
450 2008-02-04 Michael Stucki <michael@typo3.org>
452 * Fixed bug #7295: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
454 2007-05-30 Karsten Dambekalns <karsten@typo3.org>
456 * Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
457 * EXPLAIN PLAN support for Oracle (closes bug #3850)
458 * Fixed a warning when using admin_get_fields() on a non-existent table
459 * Fixed a bug causing inserts with more than one affected CLOB field to fail
460 * quoteWhereClause() now die()s when the input cannot be parsed by parseWhereClause()
461 * PHP backtraces can be logged with the queries now (closes bug #3856)
463 2007-05-29 Karsten Dambekalns <karsten@typo3.org>
465 * Closes bug #4462: creates tables without OIDs on PostgreSQL now
466 * Closes bugs #4494, #3759: & is translated to BITAND() on Oracle now
467 * Large text fields are CLOB fields now; for Oracle LIKE comparisons against such fields are translated to dbms_lob.instr() calls. This should fix e.g. bug #5535 as well as issues with TV data that cannot be unserialized (see comments on bug #4638)
468 * Updates to the manual
469 * A fix for bug #5481, field mapping not working on the right side of a comparison in WHERE clauses
470 * Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses
472 2006-07-19 Karsten Dambekalns <karsten@typo3.org>
474 * Fixes SQL issues when searching in list view or with the global search box on the bottom of the BE page
476 2006-06-30 Karsten Dambekalns <karsten@typo3.org>
478 * this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
479 * Implemented support for sysLog() on connection failure
480 * DBAL now honours the no_pconnect setting
481 * For handlers in native mode the setDBinit queries are executed upon connection
482 * The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
483 * BLOB fields are handled correctly now during INSERT and UPDATE
484 * Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
485 * For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
486 * Added support for native and userdefined handler to MetaType()
487 * Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
488 * admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
489 * Importing dumps using the install tool now works, see manual for tips
490 * Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
491 * Code cleanup (indentation, documentation)
492 * Updated the manual and added new content
494 2006-01-19 Karsten Dambekalns <karsten@typo3.org>
496 * Changes to connection handling, detecting failed connections.
497 * Added support for $no_quote_fields in UPDATE and INSERT methods.
499 2006-01-04 Karsten Dambekalns <karsten@typo3.org>
501 * Changed the way a connection is established with ADOdb. The new
502 way allows ODBC connections (rather, connections to drivers having
503 an underscore in their name).
504 * Changes to ext_tables.sql to make it more portable.
505 * When printing errors, output the offending SQL as well.
506 * Some small fixes, enhancements to code documentation.
507 * Some additions to the manual.
509 2005-12-27 Karsten Dambekalns <karsten@typo3.org>
511 * Converted locallang to XML, small adaptions to syext location.
512 * One slight fix to the SQL check in the BE module (wrong output if
515 2005-12-26 Karsten Dambekalns <karsten@typo3.org>
517 * Code cleanup and improvements to the mapping. Merged 3rd
518 party changes done by DIACC GmbH.
520 2005-12-23 Karsten Dambekalns <karsten@typo3.org>
522 * Fixed a few issues that were left undiscovered yet.
523 * Added a new module to test query building and parsing
524 from the DBAL debug module.
525 * Finalized fix for bug #1649.
527 2005-12-22 Karsten Dambekalns <karsten@typo3.org>
529 * Fixed bug #2077 (NOT handling breaking, consequently
530 discarding WHERE clauses).
532 2005-12-21 Karsten Dambekalns <karsten@typo3.org>
534 * Fixed bug #1781 to allow easier install.
535 * Closed bug #1204 as not reproducable. Probably rather a
536 PHP/Apache bug than a DBAL bug.
537 * Closed bug #1317 which has been fixed earlier. It was due
538 to a msissing check for the incoming SQL (string/array) in the
539 native part of exec_UPDATEquery().
540 * Fixed parseFieldDef() t3lib_sqlparser to allow datatypes
541 with just a trailing comma (like in "tyinytext," as opposed
542 to "varchar(19)". This prevented installation of some
546 * Fixed a bug with error logging and array queries (BLOB).
547 * Prepared a fix for bug #1649, pending core list approval.
548 * Fixed a bug in t3lib_page, getMultipleGroupsWhereClause()
549 where double quotes were used to quote a literal for use in
550 SQL. THIS IS MYSQL-ONLY! NEVER DO THIS! ALWAYS USE SINGLE
553 2005-06-07 Karsten Dambekalns <karsten@typo3.org>
555 Documentation update.
557 2005-05-19 Karsten Dambekalns <karsten@typo3.org>
559 Committed changes to go along with the library removal done
560 earlier. Completed debug logging.
562 2005-02-07 Karsten Dambekalns <karsten@typo3.org>
564 Bringing the DBAL extension AS OF JANUARY 2005 into CVS. Works
565 pretty well, but still needs more work. A few optimizations are
566 planned and some bugs in native mode need to be fixed. Checking
567 this in is (similar to yesterday's commit) more for
568 historic/archival reasons. This version will NOT work with 3.7.x.
569 You have been warned.
571 2005-02-06 Karsten Dambekalns <karsten@typo3.org>
573 Bringing the DBAL extension AS OF JULY 2004 into CVS. This is
574 rather for historic purposes, more changes will follow in the near
575 future. This version was already a huge step forward, but it will
576 not work as expected with 3.7.x or 3.8.x. You have been warned.
578 2004-03-28 Kasper Skaarhoej <kasperYYYY@typo3.com>