From: Rafael Kitover Date: Sun, 7 Mar 2010 10:55:06 +0000 (+0000) Subject: Merge 'storage-interbase' into 'trunk' X-Git-Tag: v0.08121~73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d41a29a006864aeb97540570bb58073f2b7943ef;p=dbsrgits%2FDBIx-Class.git Merge 'storage-interbase' into 'trunk' r23004@hlagh (orig r8530): moritz | 2010-02-04 07:41:29 -0500 create branch for Storage::DBI::InterBase r23005@hlagh (orig r8531): moritz | 2010-02-04 07:44:02 -0500 primitive, non-working and very specific Storage::DBI::InterBase r23006@hlagh (orig r8532): moritz | 2010-02-04 08:00:05 -0500 [Storage::DBI::InterBase] remove cruft copied from MSSQL r23008@hlagh (orig r8534): moritz | 2010-02-04 08:34:22 -0500 [Storage::DBI::InterBase] remove more cruft r23014@hlagh (orig r8540): caelum | 2010-02-04 10:08:27 -0500 test file for firebird, not passing yet r23015@hlagh (orig r8541): caelum | 2010-02-04 11:24:51 -0500 Firebird: fix test cleanup, add ODBC wrapper r23016@hlagh (orig r8542): caelum | 2010-02-04 13:18:48 -0500 limit and better autoinc for Firebird r23018@hlagh (orig r8544): caelum | 2010-02-04 14:19:51 -0500 override quoting columns for RETURNING in Firebird ODBC (where it doesn't work) and generate a RETURNING clause only when necessary r23022@hlagh (orig r8548): caelum | 2010-02-05 03:55:43 -0500 fix up my Row code for non-pk autoincs, add pretty crappy DT inflation for Firebird r23023@hlagh (orig r8549): caelum | 2010-02-05 04:26:03 -0500 rename a couple of variables r23024@hlagh (orig r8550): caelum | 2010-02-05 04:46:31 -0500 check for both NULL and null, rename _fb_auto_incs to _auto_incs r23025@hlagh (orig r8551): caelum | 2010-02-05 05:07:14 -0500 support autoinc PKs without is_auto_increment set r23047@hlagh (orig r8570): caelum | 2010-02-06 07:35:31 -0500 move Firebird ODBC override for RETURNING to a SQLAHacks class r23048@hlagh (orig r8571): caelum | 2010-02-06 08:06:44 -0500 Firebird: add POD, fix BLOB tests r23085@hlagh (orig r8588): caelum | 2010-02-08 08:26:41 -0500 better DT inflation for Firebird and _ping r23087@hlagh (orig r8590): moritz | 2010-02-08 08:32:26 -0500 test ->update({...}) for firebird r23088@hlagh (orig r8591): caelum | 2010-02-08 08:33:09 -0500 test update r23089@hlagh (orig r8592): moritz | 2010-02-08 08:43:50 -0500 use quoting in firebird tests r23115@hlagh (orig r8597): caelum | 2010-02-10 07:05:21 -0500 default to sql dialect 3 unless overridden r23116@hlagh (orig r8598): caelum | 2010-02-10 07:42:17 -0500 turn on ib_softcommit, savepoint tests now pass for DBD::InterBase r23123@hlagh (orig r8605): caelum | 2010-02-10 17:38:24 -0500 fix savepoints for Firebird ODBC r23170@hlagh (orig r8652): caelum | 2010-02-11 07:27:19 -0500 support the DATE data type for Firebird r23186@hlagh (orig r8668): caelum | 2010-02-12 14:43:20 -0500 special bind_param_array move to make DBD::InterBase happy (RT#54561) r23213@hlagh (orig r8695): caelum | 2010-02-13 15:15:46 -0500 fix fail in t/72pg.t related to new autoinc retrieval code in ::Row r23214@hlagh (orig r8696): caelum | 2010-02-13 15:18:27 -0500 fix multiple cursor test r23246@hlagh (orig r8728): caelum | 2010-02-16 09:47:43 -0500 POD fix r23358@hlagh (orig r8758): caelum | 2010-02-19 06:25:27 -0500 s/primary_columns/_pri_cols/ for Firebird r23420@hlagh (orig r8800): rkitover | 2010-02-22 19:33:13 -0500 don't use ib_softcommit by default r23496@hlagh (orig r8841): rkitover | 2010-03-01 04:22:19 -0500 update POD r23545@hlagh (orig r8855): rkitover | 2010-03-03 12:59:41 -0500 destroy cached statements in $storage->disconnect too r23582@hlagh (orig r8892): rkitover | 2010-03-05 18:06:33 -0500 auto_nextval support for Firebird r23598@hlagh (orig r8908): rkitover | 2010-03-06 11:48:41 -0500 remove that code for non-pk autoincs from Row, move to ::DBI::InterBase r23599@hlagh (orig r8909): rkitover | 2010-03-06 12:00:15 -0500 remove BindType2 test class r23601@hlagh (orig r8911): rkitover | 2010-03-06 12:12:55 -0500 cache autoinc sequence in column_info r23609@hlagh (orig r8919): rkitover | 2010-03-06 18:05:24 -0500 remove connect_info from maint/gen-schema.pl r23610@hlagh (orig r8920): rkitover | 2010-03-06 18:15:13 -0500 don't die on insert in firebird with no pk r23612@hlagh (orig r8922): ribasushi | 2010-03-06 19:18:46 -0500 What I really meant r23619@hlagh (orig r8929): rkitover | 2010-03-07 05:46:04 -0500 fix RETURNING for empty INSERT --- d41a29a006864aeb97540570bb58073f2b7943ef diff --cc t/lib/sqlite.sql index 7478cb7,e521a15..26c06f4 --- a/t/lib/sqlite.sql +++ b/t/lib/sqlite.sql @@@ -448,4 -445,4 +448,4 @@@ CREATE INDEX fourkeys_to_twokeys_idx_t_ -- View: year2000cds -- CREATE VIEW year2000cds AS -- SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000" ++ SELECT cdid, artist, title, year, genreid, single_track FROM cd WHERE year = "2000"