14 years agoFixed t/73oracle.t remove braces
Robert Bohne [Wed, 14 Apr 2010 18:19:20 +0000]
Fixed t/73oracle.t remove braces

14 years agoMultiCreate test
Arthur Axel "fREW" Schmidt [Wed, 14 Apr 2010 18:10:57 +0000]
MultiCreate test

14 years agouseless var
Arthur Axel "fREW" Schmidt [Wed, 14 Apr 2010 17:31:18 +0000]
useless var

14 years agoworking filter column impl
Arthur Axel "fREW" Schmidt [Wed, 14 Apr 2010 17:30:46 +0000]
working filter column impl

14 years agobasic tests and a tiny fix
Arthur Axel "fREW" Schmidt [Wed, 14 Apr 2010 15:55:14 +0000]
basic tests and a tiny fix

14 years agoFix exception message
Peter Rabbitson [Wed, 14 Apr 2010 15:50:56 +0000]
Fix exception message

14 years agosupport $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from Possum)
Rafael Kitover [Wed, 14 Apr 2010 15:04:00 +0000]
support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from Possum)

14 years agoAdd forgotten changes
Peter Rabbitson [Wed, 14 Apr 2010 13:41:41 +0000]
Add forgotten changes

14 years agochange names wrap accessors
Arthur Axel "fREW" Schmidt [Tue, 13 Apr 2010 16:09:57 +0000]
change names wrap accessors

14 years agobranch for FilterColumn
Arthur Axel "fREW" Schmidt [Tue, 13 Apr 2010 14:54:24 +0000]
branch for FilterColumn

14 years agobetter way to find minimal dbms version in ::Replicated
Rafael Kitover [Mon, 12 Apr 2010 18:23:11 +0000]
better way to find minimal dbms version in ::Replicated

14 years agoPesky tabs
Peter Rabbitson [Mon, 12 Apr 2010 07:10:38 +0000]
Pesky tabs

14 years agoBotched merge
Peter Rabbitson [Mon, 12 Apr 2010 07:06:28 +0000]
Botched merge

14 years agoMerge 'trunk' into 'oracle_hierarchical_queries_rt39121'
Peter Rabbitson [Mon, 12 Apr 2010 06:39:41 +0000]
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'

r9112@Thesaurus (orig r9099):  caelum | 2010-04-07 02:13:38 +0200
UUID support for SQL Anywhere
r9114@Thesaurus (orig r9101):  caelum | 2010-04-07 19:23:53 +0200
clean up UUID stringification for SQL Anywhere
r9115@Thesaurus (orig r9102):  rabbit | 2010-04-08 11:36:35 +0200
Fix utf8columns loading-order test/code (really just as POC at this point)
r9116@Thesaurus (orig r9103):  ribasushi | 2010-04-08 12:10:12 +0200
Make the insert_returning capability private (and saner naming)
r9117@Thesaurus (orig r9104):  rabbit | 2010-04-08 12:36:06 +0200
Refactor the version handling
Clean up normalization wrt non-numeric version parts (i.e. mysql)
r9118@Thesaurus (orig r9105):  ribasushi | 2010-04-08 12:56:33 +0200
Even safer version normalization
r9119@Thesaurus (orig r9106):  rabbit | 2010-04-08 13:16:19 +0200
Changes
r9121@Thesaurus (orig r9108):  caelum | 2010-04-08 18:17:29 +0200
syntax error
r9122@Thesaurus (orig r9109):  caelum | 2010-04-08 18:38:59 +0200
use min dbms_version for ::Replicated
r9123@Thesaurus (orig r9110):  matthewt | 2010-04-08 19:19:58 +0200
fix POD links
r9126@Thesaurus (orig r9113):  rabbit | 2010-04-09 13:29:38 +0200
Test to show utf8columns being indeed broken (sqlite papers over it)
r9127@Thesaurus (orig r9114):  rabbit | 2010-04-09 14:16:23 +0200
Use a sloppy but recommended fix for Test warnings
r9128@Thesaurus (orig r9115):  ribasushi | 2010-04-11 10:43:56 +0200
RT 55865
r9135@Thesaurus (orig r9122):  frew | 2010-04-11 19:28:54 +0200
bump SQLA dep
r9136@Thesaurus (orig r9123):  rabbit | 2010-04-11 19:32:20 +0200
Warn about both UTF8Columns and ForceUTF8 when loaded improperly
r9137@Thesaurus (orig r9124):  rabbit | 2010-04-11 20:35:53 +0200
Deprecate UTF8Columns with a lot of warning whistles
r9138@Thesaurus (orig r9125):  frew | 2010-04-11 20:51:23 +0200
Release 0.08121
r9139@Thesaurus (orig r9126):  frew | 2010-04-11 20:54:43 +0200
set version for dev users

14 years agoset version for dev users
Arthur Axel "fREW" Schmidt [Sun, 11 Apr 2010 18:54:43 +0000]
set version for dev users

14 years agoRelease 0.08121 v0.08121
Arthur Axel "fREW" Schmidt [Sun, 11 Apr 2010 18:51:23 +0000]
Release 0.08121

14 years agoDeprecate UTF8Columns with a lot of warning whistles
Peter Rabbitson [Sun, 11 Apr 2010 18:35:53 +0000]
Deprecate UTF8Columns with a lot of warning whistles

14 years agoWarn about both UTF8Columns and ForceUTF8 when loaded improperly
Peter Rabbitson [Sun, 11 Apr 2010 17:32:18 +0000]
Warn about both UTF8Columns and ForceUTF8 when loaded improperly

14 years agobump SQLA dep
Arthur Axel "fREW" Schmidt [Sun, 11 Apr 2010 17:28:54 +0000]
bump SQLA dep

14 years agoMove oracle offline test where it belongs
Peter Rabbitson [Sun, 11 Apr 2010 12:54:59 +0000]
Move oracle offline test where it belongs

14 years agoFix top-level PRIOR with missing '='
Peter Rabbitson [Sun, 11 Apr 2010 12:52:07 +0000]
Fix top-level PRIOR with missing '='
Fix weird AND hardcoded in tests
Test quotes as well

14 years agoFix rogue tabs
Peter Rabbitson [Sun, 11 Apr 2010 10:53:20 +0000]
Fix rogue tabs

14 years agoRT 55865
Peter Rabbitson [Sun, 11 Apr 2010 08:43:56 +0000]
RT 55865

14 years agoUse a sloppy but recommended fix for Test warnings
Peter Rabbitson [Fri, 9 Apr 2010 12:16:23 +0000]
Use a sloppy but recommended fix for Test warnings

14 years agoTest to show utf8columns being indeed broken (sqlite papers over it)
Peter Rabbitson [Fri, 9 Apr 2010 11:29:32 +0000]
Test to show utf8columns being indeed broken (sqlite papers over it)

14 years agofix POD links
Matt S Trout [Thu, 8 Apr 2010 17:19:58 +0000]
fix POD links

14 years agouse min dbms_version for ::Replicated
Rafael Kitover [Thu, 8 Apr 2010 16:38:59 +0000]
use min dbms_version for ::Replicated

14 years agosyntax error
Rafael Kitover [Thu, 8 Apr 2010 16:17:29 +0000]
syntax error

14 years agoChanges
Peter Rabbitson [Thu, 8 Apr 2010 11:16:19 +0000]
Changes

14 years agoEven safer version normalization
Peter Rabbitson [Thu, 8 Apr 2010 10:56:33 +0000]
Even safer version normalization

14 years agoRefactor the version handling
Peter Rabbitson [Thu, 8 Apr 2010 10:36:05 +0000]
Refactor the version handling
Clean up normalization wrt non-numeric version parts (i.e. mysql)

14 years agoMake the insert_returning capability private (and saner naming)
Peter Rabbitson [Thu, 8 Apr 2010 10:10:12 +0000]
Make the insert_returning capability private (and saner naming)

14 years agoFix utf8columns loading-order test/code (really just as POC at this point)
Peter Rabbitson [Thu, 8 Apr 2010 09:36:34 +0000]
Fix utf8columns loading-order test/code (really just as POC at this point)

14 years agoclean up UUID stringification for SQL Anywhere
Rafael Kitover [Wed, 7 Apr 2010 17:23:53 +0000]
clean up UUID stringification for SQL Anywhere

14 years agoUUID support for SQL Anywhere
Rafael Kitover [Wed, 7 Apr 2010 00:13:38 +0000]
UUID support for SQL Anywhere

14 years agoMerge 'trunk' into 'oracle_hierarchical_queries_rt39121'
Peter Rabbitson [Tue, 6 Apr 2010 09:32:52 +0000]
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'

r8965@Thesaurus (orig r8952):  hobbs | 2010-03-09 20:29:50 +0100
Support add_columns('+colname'=>{...}) syntax to augment column definitions.

r8966@Thesaurus (orig r8953):  rabbit | 2010-03-10 09:34:38 +0100
docpatch close RT52681
r8974@Thesaurus (orig r8961):  rabbit | 2010-03-11 08:08:57 +0100
Where is my spellchecker (not that it would catch this)
r9005@Thesaurus (orig r8992):  caelum | 2010-03-13 00:47:40 +0100
update Firebird docs
r9006@Thesaurus (orig r8993):  mo | 2010-03-13 10:03:24 +0100
test the dynamic subclassing example
r9008@Thesaurus (orig r8995):  mo | 2010-03-13 13:09:59 +0100
call inflate_result on new_result, but not from the CDBI compat layer
r9009@Thesaurus (orig r8996):  mo | 2010-03-13 13:37:40 +0100
reverting 8995, was supposed to go to a branch
r9010@Thesaurus (orig r8997):  nigel | 2010-03-14 18:09:26 +0100
Corrected a link to connect_info in Manual::Intro
r9018@Thesaurus (orig r9005):  rabbit | 2010-03-15 14:55:17 +0100
Proper fix for RETURNING with default insert
r9026@Thesaurus (orig r9013):  nigel | 2010-03-15 18:36:44 +0100
Documentation on Unicode use with DBIC
r9027@Thesaurus (orig r9014):  rabbit | 2010-03-16 02:55:27 +0100
Horrible horrible rewrite of the aliastype scanner, but folks are starting to complain that their unqualified columns are making joins go away (this was the initial idea). Hopefully this code will silently die some day. /me can haz shame
r9028@Thesaurus (orig r9015):  rabbit | 2010-03-16 16:49:45 +0100
Regenerate test DDL
r9029@Thesaurus (orig r9016):  caelum | 2010-03-16 22:01:21 +0100
_ping for MSSQL
r9030@Thesaurus (orig r9017):  caelum | 2010-03-17 11:49:51 +0100
add connect_call_use_foreign_keys for SQLite
r9031@Thesaurus (orig r9018):  abraxxa | 2010-03-17 16:36:13 +0100
fixed Alexander Hartmaier's mail address

r9039@Thesaurus (orig r9026):  frew | 2010-03-18 15:59:55 +0100
use update instead of set_columns in update_all
r9040@Thesaurus (orig r9027):  frew | 2010-03-18 20:53:28 +0100
Ch Ch Ch Ch Changes!
r9041@Thesaurus (orig r9028):  caelum | 2010-03-19 16:03:41 +0100
POD fixups
r9042@Thesaurus (orig r9029):  rabbit | 2010-03-19 18:39:02 +0100
Fix UTF8Column out of order loading warning
r9043@Thesaurus (orig r9030):  rabbit | 2010-03-20 09:00:00 +0100
Something is wrong with HRI inflation - too slow
r9044@Thesaurus (orig r9031):  rabbit | 2010-03-20 09:26:12 +0100
Extend benchmark
r9045@Thesaurus (orig r9032):  rabbit | 2010-03-20 09:41:30 +0100
MOAR bench
r9048@Thesaurus (orig r9035):  caelum | 2010-03-22 16:10:38 +0100
redo Pg auto-columns using INSERT RETURNING
r9049@Thesaurus (orig r9036):  caelum | 2010-03-22 16:45:55 +0100
move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
r9050@Thesaurus (orig r9037):  rabbit | 2010-03-22 18:03:13 +0100
Even cleaner way of handling returning (no column interrogation in storage)
r9051@Thesaurus (orig r9038):  caelum | 2010-03-22 23:43:19 +0100
update proxied methods for DBI::Replicated
r9052@Thesaurus (orig r9039):  caelum | 2010-03-23 06:56:12 +0100
fix sort
r9056@Thesaurus (orig r9043):  rabbit | 2010-03-24 11:27:37 +0100
A better illustration how to add relationships at runtime
r9057@Thesaurus (orig r9044):  rabbit | 2010-03-24 11:33:04 +0100
Clearer 'no such rel' errors, correct exception on pkless prefetch
r9058@Thesaurus (orig r9045):  rabbit | 2010-03-24 11:44:50 +0100
One missed step
r9059@Thesaurus (orig r9046):  ribasushi | 2010-03-24 12:11:12 +0100
Straight_join support RT55579
r9060@Thesaurus (orig r9047):  rabbit | 2010-03-24 12:43:02 +0100
bump SQLA dep
r9061@Thesaurus (orig r9048):  ribasushi | 2010-03-24 14:10:33 +0100
Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machinery in core
r9062@Thesaurus (orig r9049):  rabbit | 2010-03-24 14:30:17 +0100
Cosmetics + changes
r9063@Thesaurus (orig r9050):  caelum | 2010-03-24 20:44:15 +0100
Pg version check for can_insert_returning
r9064@Thesaurus (orig r9051):  caelum | 2010-03-24 21:25:24 +0100
collect _server_info on connection
r9065@Thesaurus (orig r9052):  caelum | 2010-03-24 21:49:38 +0100
s/_get_server_info/_populate_server_info/
r9066@Thesaurus (orig r9053):  caelum | 2010-03-25 01:24:09 +0100
remove _get_mssql_version
r9067@Thesaurus (orig r9054):  caelum | 2010-03-25 06:32:51 +0100
minor fix for SQLite version check
r9068@Thesaurus (orig r9055):  caelum | 2010-03-25 07:37:36 +0100
add storage->_server_info->{dbms_ver_normalized}
r9069@Thesaurus (orig r9056):  caelum | 2010-03-26 09:55:46 +0100
a couple minor Informix fixes
r9070@Thesaurus (orig r9057):  caelum | 2010-03-26 10:55:55 +0100
savepoints for Informix
r9071@Thesaurus (orig r9058):  caelum | 2010-03-26 12:23:26 +0100
InflateColumn::DateTime support for Informix
r9072@Thesaurus (orig r9059):  caelum | 2010-03-26 15:08:16 +0100
with_deferred_fk_checks for Informix
r9073@Thesaurus (orig r9060):  caelum | 2010-03-26 15:28:24 +0100
minor cleanups
r9074@Thesaurus (orig r9061):  castaway | 2010-03-26 21:16:44 +0100
Added clarification of quoting to cookbook pod for sql funcs, from metaperl

r9075@Thesaurus (orig r9062):  caelum | 2010-03-27 00:12:37 +0100
missing local
r9076@Thesaurus (orig r9063):  caelum | 2010-03-27 00:19:56 +0100
move warning suppression into ::DBI::InterBase
r9077@Thesaurus (orig r9064):  caelum | 2010-03-27 00:30:02 +0100
a bit cleaner warning suppression for DBD::InterBase only
r9083@Thesaurus (orig r9070):  rabbit | 2010-03-29 10:12:44 +0200
pod error
r9092@Thesaurus (orig r9079):  boghead | 2010-04-02 22:44:32 +0200
- Minor language cleanup in some of the Cookbook documentation
  (thanks metaperl and jester)
- Fix the synopsis for DBIC::Storage::DBI.  ->datetime_parser returns a class,
  so you need to call a method on it in order to transform a DateTime object

r9096@Thesaurus (orig r9083):  ribasushi | 2010-04-05 21:53:13 +0200
Minor test cleanups
r9097@Thesaurus (orig r9084):  caelum | 2010-04-05 22:08:48 +0200
fix test count
r9098@Thesaurus (orig r9085):  ribasushi | 2010-04-06 05:36:04 +0200
Fix embarassing join optimizer bug

14 years agoFix embarassing join optimizer bug
Peter Rabbitson [Tue, 6 Apr 2010 03:36:04 +0000]
Fix embarassing join optimizer bug

14 years agofix test count
Rafael Kitover [Mon, 5 Apr 2010 20:08:48 +0000]
fix test count

14 years agoMinor test cleanups
Peter Rabbitson [Mon, 5 Apr 2010 19:53:13 +0000]
Minor test cleanups

14 years agoRemove todo: 'Check the parameter syntax of connect_by' fixed with new SQLA release
Robert Bohne [Sun, 4 Apr 2010 10:57:45 +0000]
Remove todo: 'Check the parameter syntax of connect_by' fixed with new SQLA release

14 years agoAdd missing nocycle test for hierarchical queries with oracle
Robert Bohne [Sun, 4 Apr 2010 10:56:37 +0000]
Add missing nocycle test for hierarchical queries with oracle

14 years agoMerge 'rs_storage_pod_fix' into 'trunk'
Bryan Beeley [Fri, 2 Apr 2010 20:44:32 +0000]
Merge 'rs_storage_pod_fix' into 'trunk'

- Minor language cleanup in some of the Cookbook documentation
 (thanks metaperl and jester)
- Fix the synopsis for DBIC::Storage::DBI.  ->datetime_parser returns a class,
 so you need to call a method on it in order to transform a DateTime object

14 years ago- Fix the synopsis for DBIC::Storage::DBI. ->datetime_parser returns a class,
Bryan Beeley [Fri, 2 Apr 2010 19:31:34 +0000]
- Fix the synopsis for DBIC::Storage::DBI.  ->datetime_parser returns a class,
  so you need to call a method on it in order to transform a DateTime object

14 years ago- Cleaning up the language in some of the Cookbook documentation
Bryan Beeley [Fri, 2 Apr 2010 19:26:34 +0000]
- Cleaning up the language in some of the Cookbook documentation
  (thanks jester)

14 years agopod error
Peter Rabbitson [Mon, 29 Mar 2010 08:12:44 +0000]
pod error

14 years agoTest with the correct arrangement of the tree.
Robert Bohne [Sat, 27 Mar 2010 18:10:26 +0000]
Test with the correct arrangement of the tree.
(oracle hierarchical queries)

14 years agoSupport NOCYCLE parameter.
Robert Bohne [Sat, 27 Mar 2010 11:03:23 +0000]
Support NOCYCLE parameter.

14 years agoUpdate POD, because of new connect_by implemenation
Robert Bohne [Sat, 27 Mar 2010 10:50:38 +0000]
Update POD, because of new connect_by implemenation

14 years agoFixed typo
Robert Bohne [Sat, 27 Mar 2010 09:50:33 +0000]
Fixed typo

14 years agoa bit cleaner warning suppression for DBD::InterBase only
Rafael Kitover [Fri, 26 Mar 2010 23:30:02 +0000]
a bit cleaner warning suppression for DBD::InterBase only

14 years agomove warning suppression into ::DBI::InterBase
Rafael Kitover [Fri, 26 Mar 2010 23:19:56 +0000]
move warning suppression into ::DBI::InterBase

14 years agomissing local
Rafael Kitover [Fri, 26 Mar 2010 23:12:37 +0000]
missing local

14 years agoAdded clarification of quoting to cookbook pod for sql funcs, from metaperl
Jess Robinson [Fri, 26 Mar 2010 20:16:44 +0000]
Added clarification of quoting to cookbook pod for sql funcs, from metaperl

14 years agominor cleanups
Rafael Kitover [Fri, 26 Mar 2010 14:28:24 +0000]
minor cleanups

14 years agowith_deferred_fk_checks for Informix
Rafael Kitover [Fri, 26 Mar 2010 14:08:16 +0000]
with_deferred_fk_checks for Informix

14 years agoInflateColumn::DateTime support for Informix
Rafael Kitover [Fri, 26 Mar 2010 11:23:26 +0000]
InflateColumn::DateTime support for Informix

14 years agosavepoints for Informix
Rafael Kitover [Fri, 26 Mar 2010 09:55:55 +0000]
savepoints for Informix

14 years agoa couple minor Informix fixes
Rafael Kitover [Fri, 26 Mar 2010 08:55:46 +0000]
a couple minor Informix fixes

14 years agoadd storage->_server_info->{dbms_ver_normalized}
Rafael Kitover [Thu, 25 Mar 2010 06:37:36 +0000]
add storage->_server_info->{dbms_ver_normalized}

14 years agominor fix for SQLite version check
Rafael Kitover [Thu, 25 Mar 2010 05:32:51 +0000]
minor fix for SQLite version check

14 years agoremove _get_mssql_version
Rafael Kitover [Thu, 25 Mar 2010 00:24:09 +0000]
remove _get_mssql_version

14 years agos/_get_server_info/_populate_server_info/
Rafael Kitover [Wed, 24 Mar 2010 20:49:38 +0000]
s/_get_server_info/_populate_server_info/

14 years agocollect _server_info on connection
Rafael Kitover [Wed, 24 Mar 2010 20:25:24 +0000]
collect _server_info on connection

14 years agoPg version check for can_insert_returning
Rafael Kitover [Wed, 24 Mar 2010 19:44:15 +0000]
Pg version check for can_insert_returning

14 years agoCosmetics + changes
Peter Rabbitson [Wed, 24 Mar 2010 13:30:16 +0000]
Cosmetics + changes

14 years agoReally fix INSERT RETURNING - simply make it a flag on the storage and keep the machi...
Peter Rabbitson [Wed, 24 Mar 2010 13:10:33 +0000]
Really fix INSERT RETURNING - simply make it a flag on the storage and keep the machinery in core

14 years agobump SQLA dep
Peter Rabbitson [Wed, 24 Mar 2010 11:43:01 +0000]
bump SQLA dep

14 years agoStraight_join support RT55579
Peter Rabbitson [Wed, 24 Mar 2010 11:11:12 +0000]
Straight_join support RT55579

14 years agoOne missed step
Peter Rabbitson [Wed, 24 Mar 2010 10:44:50 +0000]
One missed step

14 years agoClearer 'no such rel' errors, correct exception on pkless prefetch
Peter Rabbitson [Wed, 24 Mar 2010 10:33:03 +0000]
Clearer 'no such rel' errors, correct exception on pkless prefetch

14 years agoA better illustration how to add relationships at runtime
Peter Rabbitson [Wed, 24 Mar 2010 10:27:36 +0000]
A better illustration how to add relationships at runtime

14 years agofix sort
Rafael Kitover [Tue, 23 Mar 2010 05:56:12 +0000]
fix sort

14 years agoupdate proxied methods for DBI::Replicated
Rafael Kitover [Mon, 22 Mar 2010 22:43:19 +0000]
update proxied methods for DBI::Replicated

14 years agoEven cleaner way of handling returning (no column interrogation in storage)
Peter Rabbitson [Mon, 22 Mar 2010 17:03:12 +0000]
Even cleaner way of handling returning (no column interrogation in storage)

14 years agomove INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird
Rafael Kitover [Mon, 22 Mar 2010 15:45:55 +0000]
move INSERT ... RETURNING code into ::DBI::InsertReturning component for Pg and Firebird

14 years agoredo Pg auto-columns using INSERT RETURNING
Rafael Kitover [Mon, 22 Mar 2010 15:10:38 +0000]
redo Pg auto-columns using INSERT RETURNING

14 years agoMOAR bench
Peter Rabbitson [Sat, 20 Mar 2010 08:41:30 +0000]
MOAR bench

14 years agoExtend benchmark
Peter Rabbitson [Sat, 20 Mar 2010 08:26:12 +0000]
Extend benchmark

14 years agoSomething is wrong with HRI inflation - too slow
Peter Rabbitson [Sat, 20 Mar 2010 08:00:00 +0000]
Something is wrong with HRI inflation - too slow

14 years agoFix UTF8Column out of order loading warning
Peter Rabbitson [Fri, 19 Mar 2010 17:39:02 +0000]
Fix UTF8Column out of order loading warning

14 years agoPOD fixups
Rafael Kitover [Fri, 19 Mar 2010 15:03:41 +0000]
POD fixups

14 years agoCh Ch Ch Ch Changes!
Arthur Axel "fREW" Schmidt [Thu, 18 Mar 2010 19:53:28 +0000]
Ch Ch Ch Ch Changes!

14 years agouse update instead of set_columns in update_all
Arthur Axel "fREW" Schmidt [Thu, 18 Mar 2010 14:59:55 +0000]
use update instead of set_columns in update_all

14 years agofixed Alexander Hartmaier's mail address
Alexander Hartmaier [Wed, 17 Mar 2010 15:36:13 +0000]
fixed Alexander Hartmaier's mail address

14 years agoadd connect_call_use_foreign_keys for SQLite
Rafael Kitover [Wed, 17 Mar 2010 10:49:51 +0000]
add connect_call_use_foreign_keys for SQLite

14 years ago_ping for MSSQL
Rafael Kitover [Tue, 16 Mar 2010 21:01:21 +0000]
_ping for MSSQL

14 years agoRegenerate test DDL
Peter Rabbitson [Tue, 16 Mar 2010 15:49:45 +0000]
Regenerate test DDL

14 years agoHorrible horrible rewrite of the aliastype scanner, but folks are starting to complai...
Peter Rabbitson [Tue, 16 Mar 2010 01:55:27 +0000]
Horrible horrible rewrite of the aliastype scanner, but folks are starting to complain that their unqualified columns are making joins go away (this was the initial idea). Hopefully this code will silently die some day. /me can haz shame

14 years agoDocumentation on Unicode use with DBIC
Nigel Metheringham [Mon, 15 Mar 2010 17:36:44 +0000]
Documentation on Unicode use with DBIC

14 years agofixed hierarchical query tests, not all pass yet
Robert Bohne [Mon, 15 Mar 2010 17:25:56 +0000]
fixed hierarchical query tests, not all pass yet

14 years agoUpdate _order_siblings_by, use _order_by_chunks instead of own stuff
Robert Bohne [Mon, 15 Mar 2010 17:24:47 +0000]
Update _order_siblings_by, use _order_by_chunks instead of own stuff

14 years agofixed sql mistakes from hierarchical query tests
Robert Bohne [Mon, 15 Mar 2010 15:52:24 +0000]
fixed sql mistakes from hierarchical query tests

14 years agoNow really fixed
Peter Rabbitson [Mon, 15 Mar 2010 15:03:50 +0000]
Now really fixed

14 years agoWhoops
Peter Rabbitson [Mon, 15 Mar 2010 15:02:54 +0000]
Whoops

14 years agoRewrite hierarchical query tests
Peter Rabbitson [Mon, 15 Mar 2010 14:49:26 +0000]
Rewrite hierarchical query tests

14 years agofixed requirements
Robert Bohne [Mon, 15 Mar 2010 14:06:10 +0000]
fixed requirements

14 years agoProper fix for RETURNING with default insert
Peter Rabbitson [Mon, 15 Mar 2010 13:55:14 +0000]
Proper fix for RETURNING with default insert

14 years agoFixed 73oracle.t because of new implementation of connect_by
Robert Bohne [Mon, 15 Mar 2010 11:48:03 +0000]
Fixed 73oracle.t because of new implementation of connect_by

14 years agoCorrected a link to connect_info in Manual::Intro
Nigel Metheringham [Sun, 14 Mar 2010 17:09:26 +0000]
Corrected a link to connect_info in Manual::Intro

14 years agoreverting 8995, was supposed to go to a branch
Moritz Onken [Sat, 13 Mar 2010 12:37:40 +0000]
reverting 8995, was supposed to go to a branch