1 2010-09-21 Xavier Perseguers <typo3@perseguers.ch>
3 * Set version to 1.2.0alpha2
5 2010-09-20 Xavier Perseguers <typo3@perseguers.ch>
7 * Merged branch QueryCache to trunk
8 * Updated documentation to describe how to use Memcached to cache prepared queries
9 * Fixed bug #15751: dbal does not parse setDBinit correctly (thanks to Tamer Erdogan)
11 2010-08-30 Xavier Perseguers <typo3@perseguers.ch>
13 * Fixed bug #15582: Call to deprecated function template::middle()
15 2010-08-24 Xavier Perseguers <typo3@perseguers.ch>
17 * Fixed caching with Memcached
18 * Synchronized code from trunk
20 2010-08-23 Xavier Perseguers <typo3@perseguers.ch>
22 * Fixed bug #15535: Error: No pages are found on the rootlevel! in Frontend when using Oracle
23 * Updated ADOdb version dependency
24 * Set version to 1.2.0alpha1
26 2010-08-19 Xavier Perseguers <typo3@perseguers.ch>
28 * Updated caching mechanism to cache prepared queries
29 * Synchronized code from trunk
30 * Added unit test for feature #15457
31 * Added feature #15457: Add support for prepared queries
33 2010-08-14 Xavier Perseguers <typo3@perseguers.ch>
35 * Code cleanup with useless blank spaces at end of line
37 2010-08-08 Xavier Perseguers <typo3@perseguers.ch>
39 * Added unit test for bug #15253: NOT LIKE is not remapped using dbms_lob.instr with Oracle
40 * Fixed bug #12535: DAM-related: Element browser crashes as where-clause cannot be parsed
42 2010-07-27 Xavier Perseguers <typo3@perseguers.ch>
44 * Fixed bug #15160: Queries should only be parsed once
46 2010-07-17 Xavier Perseguers <typo3@perseguers.ch>
48 * Updated PHP documentation
50 2010-07-16 Xavier Perseguers <typo3@perseguers.ch>
52 * Added unit test for bug #14818: t3lib_db->listQuery() performance
53 * Fixed bug #14985: FIND_IN_SET should be used isntead of complicated LIKE where clause
55 2010-07-11 Xavier Perseguers <typo3@perseguers.ch>
57 * Fixed bug #15045: Trailing newlines after php closing tag
59 2010-06-27 Xavier Perseguers <typo3@perseguers.ch>
61 * Synchronized @deprecated annotations with Core
63 2010-06-22 Jeff Segars <jeff@webempoweredchurch.org>
65 * Fixed bug #14814: Improve install tool texts
67 2010-06-19 Xavier Perseguers <typo3@perseguers.ch>
69 * Fixed bug #3855: Log number of returned or affected rows
70 * Updated copyright year in manual
72 2010-06-12 Xavier Perseguers <typo3@perseguers.ch>
74 * Fixed bug #13431: Include BE:forceCharset config option (thanks to Armin Guenther)
76 2010-06-11 Xavier Perseguers <typo3@perseguers.ch>
78 * Fixed bug #14405: Rename the test cases from *_testcase to *Test
80 2010-06-03 Xavier Perseguers <typo3@perseguers.ch>
82 * Fixed bug #14479: Speed up Oracle layer by not defaulting to dbms_lob.instr for LIKE query (thanks to Michiel Roos)
84 2010-05-28 Xavier Perseguers <typo3@perseguers.ch>
86 * Fixed bug #7015: t3lib_DB displays wrong SQL in error case
88 2010-05-27 Xavier Perseguers <typo3@perseguers.ch>
90 * Fixed bug #14496: SQL parser does not handle ALTER TABLE with character set operation
91 * Fixed bug #14456: SQL parser doesn't accept ALTER TABLE statement without CHANGE, DROP or ADD keyword
92 * Fixed bug #14457: 1-2-3 Install Process breaks with PostgreSQL
94 2010-05-21 Xavier Perseguers <typo3@perseguers.ch>
96 * Fixed bug #14372: Mapping does not work with table alias
97 * Follow-up of changeset 32847: DBAL cannot be loaded if typo3conf/ is not writable
99 2010-05-03 Xavier Perseguers <typo3@perseguers.ch>
101 * Fixed 1-2-3 installer crash when having only mysql available
103 2010-05-01 Xavier Perseguers <typo3@perseguers.ch>
105 * Fixed bug #14274: Some exception are not caught when trying to install DBAL in 1-2-3 Install Tool process
106 * Fixed bug #2186: Error installing static_info_tables
107 * Fixed bug #14265: Driver dropdown in install tool should be hidden when only MySQL is available
109 2010-04-29 Xavier Perseguers <typo3@perseguers.ch>
111 * Added autoloader for Install Tool
113 2010-04-22 Xavier Perseguers <typo3@perseguers.ch>
115 * Fixed bug #14182: Multiple join conditions are not supported
117 2010-04-15 Xavier Perseguers <typo3@perseguers.ch>
119 * Fixed bug #14120: Add a method to check if database is connected
121 2010-04-14 Xavier Perseguers <typo3@perseguers.ch>
123 * Set version to 1.1.2
125 2010-04-12 Xavier Perseguers <typo3@perseguers.ch>
127 * Added feature #13508: Use exec_TRUNCATEquery() instead of DELETE FROM throughout the core
129 2010-04-06 Xavier Perseguers <typo3@perseguers.ch>
131 * Added skeleton of a cache for generated queries
133 2010-03-07 Xavier Perseguers <typo3@perseguers.ch>
135 * Fixed bug #4640: Backend login impossible with MSSQL via ODBC (thanks to Felix Eckhofer)
137 2010-02-21 Xavier Perseguers <typo3@perseguers.ch>
139 * Fixed bug #2367: No support for LIMIT [PostgreSQL]
141 2010-02-14 Xavier Perseguers <typo3@perseguers.ch>
143 * Set version to 1.1.1
145 2010-02-14 Xavier Perseguers <typo3@perseguers.ch>
147 * Added unit test for #12829: ALTER TABLE is not able to parse length restriction in index creation
149 2010-02-13 Xavier Perseguers <typo3@perseguers.ch>
151 * Added unit tests for #4493: WHERE func(expr) IN (n,...m) is broken
152 * Fixed bug #6196: IFNULL operator cannot be parsed
153 * Fixed bug #13528: Argument 1 passed to ux_t3lib_DB::_quoteFieldNames() must be an array, string given
155 2010-02-11 Xavier Perseguers <typo3@perseguers.ch>
157 * Follow-up of #13504: Using TRUNCATE instead of TRUNCATETABLE as public DB API
159 2010-02-10 Xavier Perseguers <typo3@perseguers.ch>
161 * Fixed bug #13504: Cannot parse TRUNCATE TABLE in install tool
163 2010-02-09 Xavier Perseguers <typo3@perseguers.ch>
165 * Added unit test for bug #13490: Where clause 0=0 cannot be parsed
167 2010-02-07 Xavier Perseguers <typo3@perseguers.ch>
169 * Added feature #12858: Provide an API to insert multiple rows at once
170 * Fixed bug #13453: Method compileINSERT of ux_t3lib_sqlparser should be protected
171 * Added feature #13209: MySQL extended INSERT statements cannot be parsed
173 2010-02-06 Xavier Perseguers <typo3@perseguers.ch>
175 * Added unit tests for bug #13430: Cannot parse INSERT when VALUES has no space before left parenthesis
177 2010-02-05 Xavier Perseguers <typo3@perseguers.ch>
179 * Fixed bug #13422: Invalid quoting of numeric column names
181 2010-02-03 Xavier Perseguers <typo3@perseguers.ch>
183 * Added unit tests for bug #13412: BETWEEN operator is not supported
185 2010-01-24 Xavier Perseguers <typo3@perseguers.ch>
187 * Fixed bug #13090: version warning with CSS styled content
189 2010-01-14 Steffen Kamper <info@sk-typo3.de>
191 * Fixed bug #13199: fileadminDir is hardcoded in several places (Thanks to Susanne Moog)
193 2010-01-08 Xavier Perseguers <typo3@perseguers.ch>
195 * Updated copyright year
197 2010-01-05 Xavier Perseguers <typo3@perseguers.ch>
199 * Added feature #13134: Support of SQL LOCATE function
201 2010-01-03 Xavier Perseguers <typo3@perseguers.ch>
203 * Added feature #13135: Support for CASE WHEN flow control
205 2009-12-30 Xavier Perseguers <typo3@perseguers.ch>
207 * Set version to 1.1.0
209 2009-12-28 Xavier Perseguers <typo3@perseguers.ch>
211 * Fixed bug #12603: sql_query does not respect "mapping"
212 * Fixed bug #13104: SQL parser cannot parse escaped single quote in INSERT statement
214 2009-12-27 Xavier Perseguers <typo3@perseguers.ch>
216 * Updated documentation: now using new documentation template
217 * Updated documentation: removed obsolete information, added small cookbook for extension developers, added tutorials for Oracle and PostgreSQL
219 2009-12-13 Xavier Perseguers <typo3@perseguers.ch>
221 * Fixed bug #13003: Move back methods belonging to t3lib_sqlparser
223 2009-12-11 Xavier Perseguers <typo3@perseguers.ch>
225 * Fixed bug #12897: Cannot parse SQL hints
227 2009-11-29 Xavier Perseguers <typo3@perseguers.ch>
229 * Fixed bug #12758: Added support for EXISTS (subquery)
231 2009-11-29 Xavier Perseguers <typo3@perseguers.ch>
233 * Set version to 1.0.2 [TYPO3 4.3.0]
234 * Fixed bug #12800: Add functionality to work with caching framework (support for "IN (subquery)" in where clause)
235 * Follow-up of changeset 26118: parts of initial patch for RFC 12231 had actually not been integrated
237 2009-11-27 Xavier Perseguers <typo3@perseguers.ch>
239 * Cleanup: Reorganized unit-tests
241 2009-11-25 Xavier Perseguers <typo3@perseguers.ch>
243 * Set version to 1.0.1
245 2009-11-20 Xavier Perseguers <typo3@perseguers.ch>
247 * Added unit-test for bug #5708: Fieldmapping doesn't work on the "right side" in where clause with table.field
248 * Fixed bugs #5044/#11142: Column's default value is not properly quoted in CREATE TABLE
249 * Added unit-test for bug #12670: Columns with NOT NULL are created as NULLable
251 2009-11-17 Xavier Perseguers <typo3@perseguers.ch>
253 * Set version to 1.0.0 (stable)
254 * Updated documentation: updated copyright and refreshed TOC
255 * Added unit-test for bug #4466: Index on tx_realurl_uniqalias breaks with DBAL
257 2009-11-16 Xavier Perseguers <typo3@perseguers.ch>
259 * Now using Core dispatcher for backend module (thanks to Oliver Hader)
261 2009-11-15 Xavier Perseguers <typo3@perseguers.ch>
263 * Fixed bug #12596: RIGHT OUTER JOIN is not supported
265 2009-11-11 Xavier Perseguers <typo3@perseguers.ch>
267 * Added unit test for bug #11093: bigint (int8) values get converted to int4 by int-cast
269 2009-11-10 Xavier Perseguers <typo3@perseguers.ch>
271 * Removed comments stating that SQL parser is experimental
272 * Follow-up of revision 26334: LIKE on Oracle should use dbms_lob.instr() function
273 * Updated Oracle unit tests to use $GLOBALS['TYPO3_DB'] instead of a fixture to avoid side-effects on SQL rewriting
274 * Updated general database unit tests to use $GLOBALS['TYPO3_DB'] instead of a fixture to avoid side-effects on SQL rewriting
276 2009-11-09 Xavier Perseguers <typo3@perseguers.ch>
278 * Fixed bug #10965: Float database field gets converted to integer on insert (thanks to Christian Ducrot)
279 * Fixed bug #12515: DAM-related: CONCAT operator cannot be used after LIKE
280 * Fixed bug #10411: Applied missing chunks of patch
282 2009-11-07 Xavier Perseguers <typo3@perseguers.ch>
284 * Added unit test for RFC #6198: Problem with strings in IN
285 * Added unit test for RFC #6953: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work
287 2009-11-06 Xavier Perseguers <typo3@perseguers.ch>
289 * Set version to 0.9.25
290 * Fixed bug: tables and fields were not always properly mapped in INNER JOINs
291 * Added unit tests to test quoting and remapping of tables and fields when using Oracle
293 2009-11-05 Xavier Perseguers <typo3@perseguers.ch>
295 * Set version to 0.9.24
296 * Follow-up of RFC #12452: Reflected change of visibility of method compileFieldCfg() in t3lib_sqlparser
298 2009-11-04 Xavier Perseguers <typo3@perseguers.ch>
300 * Updated ext_emconf.php's author and extension version dependencies
302 2009-11-03 Xavier Perseguers <typo3@perseguers.ch>
304 * Added some general unit tests (without any engine-specific test nor mapping)
305 * Cleanup #12440: Copy DBAL-only SQL parser methods from t3lib_sqlparser to ux_t3lib_sqlparser
306 * Fixed bug #12231: New caching framework (4.3-dev) does not work with DBAL
308 2009-10-28 Xavier Perseguers <typo3@perseguers.ch>
310 * Added compatibility operators for PostgreSQL as resource script (thanks to Ries van Twisk)
311 * Added message in Extension Manager to let users know compatibility scripts may need to be run
313 2009-10-27 Xavier Perseguers <typo3@perseguers.ch>
315 * Follow-up of changeset 25876: Using tx_dbal_sqlengine instead of t3lib_sqlengine for sample handlers
316 * Created icons for extension and Debug module
317 * Cleanup: Applied CGL
319 2009-10-26 Xavier Perseguers <typo3@perseguers.ch>
321 * Fixed bug #12354: Include t3lib_sqlengine from Core to DBAL
322 * Fixed bug #12349: Clean-up SQL parser and SQL engine
324 2009-10-20 Oliver Hader <oliver@typo3.org>
326 * Set version to 0.9.23
328 2009-10-08 Xavier Perseguers <typo3@perseguers.ch>
330 * Fixed bug #6953: Mapping of fieldnames in SQL-functions like MIN(), MAX() or SUM() does not work (Thanks to Christian and Michael Miousse)
332 2009-10-01 Xavier Perseguers <typo3@perseguers.ch>
334 * Raised version to 0.9.22
336 2009-09-29 Xavier Perseguers <typo3@perseguers.ch>
338 * Fixed bug #12071: t3lib_sqlparser is not able to parse alias of a joined table
340 2009-09-20 Xavier Perseguers <typo3@perseguers.ch>
342 * Fixed bug #12012: admin_get_tables() method is using PHP5.3-deprecated function mysql_list_tables
344 2009-09-18 Xavier Perseguers <typo3@perseguers.ch>
346 * Raised version to 0.9.21
348 2009-09-18 Xavier Perseguers <typo3@perseguers.ch>
350 * Fixed bug #11984: Remove reference operators for objects
352 2009-09-03 Xavier Perseguers <typo3@perseguers.ch>
354 * Fixed bug #11436: Unknown tables break Install-Tool (Thanks to David Bruchmann)
355 * Fixed bug #11108: DBAL wildly quotes fields and table names
357 2009-09-04 Karsten Dambekalns <karsten@typo3.org>
359 * Raised version to 0.9.20
361 2008-02-04 Michael Stucki <michael@typo3.org>
363 * Fixed bug #7295: Uninitialized variable in ->handler_getFromTableList() (Patch by Oliver Klee)
365 2007-05-30 Karsten Dambekalns <karsten@typo3.org>
367 * Added default values and some usability improvements to cached info display in debug module (closes bug #3750)
368 * EXPLAIN PLAN support for Oracle (closes bug #3850)
369 * Fixed a warning when using admin_get_fields() on a non-existent table
370 * Fixed a bug causing inserts with more than one affected CLOB field to fail
371 * quoteWhereClause() now die()s when the input cannot be parsed by parseWhereClause()
372 * PHP backtraces can be logged with the queries now (closes bug #3856)
374 2007-05-29 Karsten Dambekalns <karsten@typo3.org>
376 * Closes bug #4462: creates tables without OIDs on PostgreSQL now
377 * Closes bugs #4494, #3759: & is translated to BITAND() on Oracle now
378 * 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)
379 * Updates to the manual
380 * A fix for bug #5481, field mapping not working on the right side of a comparison in WHERE clauses
381 * Fixed bugs #2438 and #4496 about quoting of DISTINCT in SELECT clauses
383 2006-07-19 Karsten Dambekalns <karsten@typo3.org>
385 * Fixes SQL issues when searching in list view or with the global search box on the bottom of the BE page
387 2006-06-30 Karsten Dambekalns <karsten@typo3.org>
389 * this update closes bugs #3638, #2106, #2866, #3754 (for Firefox, broken in MSIE) and maybe a few more
390 * Implemented support for sysLog() on connection failure
391 * DBAL now honours the no_pconnect setting
392 * For handlers in native mode the setDBinit queries are executed upon connection
393 * The initial value for generated sequences can be configured per handler, to avoid duplicate key errors after having imported data
394 * BLOB fields are handled correctly now during INSERT and UPDATE
395 * Setting $store_lastBuiltQuery acts like in t3lib_db now (fill $debug_lastBuiltQuery)
396 * For the native handler quoting methods directly return the input for speedup, as no quoting is needed in that case
397 * Added support for native and userdefined handler to MetaType()
398 * Changed mapping of types to always use the largest possible integer, map tinytext to varchar instead of text
399 * admin_get_tables() skips tables whose names match /BIN\$/ (coming from the recycle bin on Oracle)
400 * Importing dumps using the install tool now works, see manual for tips
401 * Changed the way NOT NULL and DEFAULT are handled when setting up tables, see manual for the rules that now apply
402 * Code cleanup (indentation, documentation)
403 * Updated the manual and added new content
405 2006-01-19 Karsten Dambekalns <karsten@typo3.org>
407 * Changes to connection handling, detecting failed connections.
408 * Added support for $no_quote_fields in UPDATE and INSERT methods.
410 2006-01-04 Karsten Dambekalns <karsten@typo3.org>
412 * Changed the way a connection is established with ADOdb. The new
413 way allows ODBC connections (rather, connections to drivers having
414 an underscore in their name).
415 * Changes to ext_tables.sql to make it more portable.
416 * When printing errors, output the offending SQL as well.
417 * Some small fixes, enhancements to code documentation.
418 * Some additions to the manual.
420 2005-12-27 Karsten Dambekalns <karsten@typo3.org>
422 * Converted locallang to XML, small adaptions to syext location.
423 * One slight fix to the SQL check in the BE module (wrong output if
426 2005-12-26 Karsten Dambekalns <karsten@typo3.org>
428 * Code cleanup and improvements to the mapping. Merged 3rd
429 party changes done by DIACC GmbH.
431 2005-12-23 Karsten Dambekalns <karsten@typo3.org>
433 * Fixed a few issues that were left undiscovered yet.
434 * Added a new module to test query building and parsing
435 from the DBAL debug module.
436 * Finalized fix for bug #1649.
438 2005-12-22 Karsten Dambekalns <karsten@typo3.org>
440 * Fixed bug #2077 (NOT handling breaking, consequently
441 discarding WHERE clauses).
443 2005-12-21 Karsten Dambekalns <karsten@typo3.org>
445 * Fixed bug #1781 to allow easier install.
446 * Closed bug #1204 as not reproducable. Probably rather a
447 PHP/Apache bug than a DBAL bug.
448 * Closed bug #1317 which has been fixed earlier. It was due
449 to a msissing check for the incoming SQL (string/array) in the
450 native part of exec_UPDATEquery().
451 * Fixed parseFieldDef() t3lib_sqlparser to allow datatypes
452 with just a trailing comma (like in "tyinytext," as opposed
453 to "varchar(19)". This prevented installation of some
457 * Fixed a bug with error logging and array queries (BLOB).
458 * Prepared a fix for bug #1649, pending core list approval.
459 * Fixed a bug in t3lib_page, getMultipleGroupsWhereClause()
460 where double quotes were used to quote a literal for use in
461 SQL. THIS IS MYSQL-ONLY! NEVER DO THIS! ALWAYS USE SINGLE
464 2005-06-07 Karsten Dambekalns <karsten@typo3.org>
466 Documentation update.
468 2005-05-19 Karsten Dambekalns <karsten@typo3.org>
470 Committed changes to go along with the library removal done
471 earlier. Completed debug logging.
473 2005-02-07 Karsten Dambekalns <karsten@typo3.org>
475 Bringing the DBAL extension AS OF JANUARY 2005 into CVS. Works
476 pretty well, but still needs more work. A few optimizations are
477 planned and some bugs in native mode need to be fixed. Checking
478 this in is (similar to yesterday's commit) more for
479 historic/archival reasons. This version will NOT work with 3.7.x.
480 You have been warned.
482 2005-02-06 Karsten Dambekalns <karsten@typo3.org>
484 Bringing the DBAL extension AS OF JULY 2004 into CVS. This is
485 rather for historic purposes, more changes will follow in the near
486 future. This version was already a huge step forward, but it will
487 not work as expected with 3.7.x or 3.8.x. You have been warned.
489 2004-03-28 Kasper Skaarhoej <kasperYYYY@typo3.com>