13 years agoFix leak of $sth during populate() on perls < 5.10
Peter Rabbitson [Fri, 17 Sep 2010 15:18:04 +0000]
Fix leak of $sth during populate() on perls < 5.10

The removal of the explicit ->disconnect on $storage DESTROY
revealed a problem with older perls and nesting of try blocks

13 years agoFix forgotten external-$dbh test warnings
Peter Rabbitson [Fri, 17 Sep 2010 09:44:33 +0000]
Fix forgotten external-$dbh test warnings

13 years agoNo longer explicitly disconnect on ::Storage DESTROY
Peter Rabbitson [Tue, 14 Sep 2010 22:15:46 +0000]
No longer explicitly disconnect  on ::Storage DESTROY

13 years agoFix the exception-hungry exception_action
Peter Rabbitson [Mon, 13 Sep 2010 00:21:37 +0000]
Fix the exception-hungry exception_action

13 years agoRemove duplicate test (same as end of t/storage/error.t)
Peter Rabbitson [Mon, 13 Sep 2010 00:17:08 +0000]
Remove duplicate test (same as end of t/storage/error.t)

13 years agoRemove bogus pre-txn_begin first-connect call
Peter Rabbitson [Sun, 12 Sep 2010 16:48:36 +0000]
Remove bogus pre-txn_begin first-connect call
Rename the txn-retry debug envvar

13 years agoOptimize RowNum limit dialect as per suggestion in RT#61277
Peter Rabbitson [Sun, 12 Sep 2010 12:14:43 +0000]
Optimize RowNum limit dialect as per suggestion in RT#61277

13 years agoRename incorrectly named internal method (has nothing to do with MySQL)
Peter Rabbitson [Sun, 5 Sep 2010 10:49:37 +0000]
Rename incorrectly named internal method (has nothing to do with MySQL)
Add an extra test (written due to a false-alarm)

13 years agoMake _server_info() _determine_driver-bound
Peter Rabbitson [Wed, 8 Sep 2010 08:51:48 +0000]
Make _server_info() _determine_driver-bound

13 years agoDBIC_TRACE_PROFILE
Arthur Axel 'fREW' Schmidt [Thu, 9 Sep 2010 03:32:08 +0000]
DBIC_TRACE_PROFILE

13 years agoFilterColumn tweaks - docs and parameter tests
Nigel Metheringham [Thu, 16 Sep 2010 11:17:22 +0000]
FilterColumn tweaks - docs and parameter tests

Now throws exception if no filter parameters passed.
Documentation tweaked slightly.

13 years agoModernising/updating of the ::Manual::FAQ
Jess Robinson [Mon, 6 Sep 2010 13:26:32 +0000]
Modernising/updating of the ::Manual::FAQ

13 years agoAdding twitter account link to docs
Jess Robinson [Mon, 6 Sep 2010 12:42:32 +0000]
Adding twitter account link to docs

13 years agoAdding more manual bits to main Manual.pod
Jess Robinson [Sun, 5 Sep 2010 10:57:46 +0000]
Adding more manual bits to main Manual.pod
Updating/adding glossary definitions

13 years agoPreserve unblessed reference exceptions
Arthur Axel 'fREW' Schmidt [Wed, 1 Sep 2010 17:42:58 +0000]
Preserve unblessed reference exceptions

13 years agoDon't try to load DBIx::Class during the Makefile.PL stage, just
Peter Rabbitson [Tue, 31 Aug 2010 14:44:35 +0000]
Don't try to load DBIx::Class during the Makefile.PL stage, just
to detemrine its version

13 years agoFix mysterious ::Storage::DBI goto-shim failures on older
Peter Rabbitson [Tue, 31 Aug 2010 10:39:01 +0000]
Fix mysterious ::Storage::DBI goto-shim failures on older
perl versions (tested on 5.8.1)

13 years agoRemove forgotten frame from Storage-method overrides (was missing
Peter Rabbitson [Tue, 31 Aug 2010 10:22:45 +0000]
Remove forgotten frame from Storage-method overrides (was missing
a goto in the driver-already-determined shim)
Simplify the DBI Cursor DESTROY a little

13 years agoMake CDBICompat keep a stable oder of columns in each column-group
Peter Rabbitson [Tue, 31 Aug 2010 10:19:57 +0000]
Make CDBICompat keep a stable oder of columns in each column-group
(was relying on order of %{} until now)

13 years agoMassive cleanup of DateTime test dependencies, other interim
Peter Rabbitson [Mon, 30 Aug 2010 04:38:34 +0000]
Massive cleanup of DateTime test dependencies, other interim
janitorial work

13 years agoEnable pg test disabled god knows why, minor cleanup.
Peter Rabbitson [Mon, 30 Aug 2010 03:50:46 +0000]
Enable pg test disabled god knows why, minor cleanup.

13 years agoMinor cleanup of ::Optional::Dependencies innards
Peter Rabbitson [Mon, 30 Aug 2010 03:17:35 +0000]
Minor cleanup of ::Optional::Dependencies innards

13 years agoReformat Changes (features listed as fix/misc)
Peter Rabbitson [Mon, 30 Aug 2010 03:11:13 +0000]
Reformat Changes (features listed as fix/misc)

13 years agoDisable t/zzzzzzz_sqlite_deadlock.t for regular installs
Peter Rabbitson [Fri, 27 Aug 2010 14:57:29 +0000]
Disable t/zzzzzzz_sqlite_deadlock.t for regular installs

13 years agoMake running test under DBIC_TRACE=1 bearable
Peter Rabbitson [Fri, 11 Jun 2010 16:26:14 +0000]
Make running test under DBIC_TRACE=1 bearable

13 years agoFix RT#58554 (make sure FOR X is always the last part of a select)
Peter Rabbitson [Fri, 27 Aug 2010 14:29:30 +0000]
Fix RT#58554 (make sure FOR X is always the last part of a select)

13 years agoFix the taint mode test to correctly work under local-lib or similar
Peter Rabbitson [Tue, 24 Aug 2010 07:38:11 +0000]
Fix the taint mode test to correctly work under local-lib or similar

13 years agoMerge branch 'people/riba/retire_sqla_limit'
Peter Rabbitson [Fri, 27 Aug 2010 10:58:15 +0000]
Merge branch 'people/riba/retire_sqla_limit'

13 years agoRename SQLAHacks to SQLMaker, shuffle around files, add extensive
Peter Rabbitson [Fri, 27 Aug 2010 10:49:38 +0000]
Rename SQLAHacks to SQLMaker, shuffle around files, add extensive
POD.

13 years agoDrop-in legacy code for DB2-AS/400
Peter Rabbitson [Sat, 14 Aug 2010 11:04:14 +0000]
Drop-in legacy code for DB2-AS/400

13 years agoFactor out the limit implementations into a separate file
Peter Rabbitson [Sat, 14 Aug 2010 11:02:03 +0000]
Factor out the limit implementations into a separate file

13 years agoSQLA::Limit is no more \o/
Peter Rabbitson [Sat, 14 Aug 2010 10:50:08 +0000]
SQLA::Limit is no more \o/

13 years agoStop relying on ->can in the SQL::Abstract carp-hack, allows
Peter Rabbitson [Sat, 14 Aug 2010 10:27:53 +0000]
Stop relying on ->can in the SQL::Abstract carp-hack, allows
proper use of namespace::clean

13 years agoAdd a Pg limit test (just to extend coverage)
Peter Rabbitson [Tue, 10 Aug 2010 13:08:45 +0000]
Add a Pg limit test (just to extend coverage)

13 years agoRemove leftover use from the SIGSEGV trapping days
Peter Rabbitson [Fri, 13 Aug 2010 10:58:55 +0000]
Remove leftover use from the SIGSEGV trapping days

13 years agoSome TODO test revisions prompted by RT#59565
Peter Rabbitson [Sun, 8 Aug 2010 11:50:25 +0000]
Some TODO test revisions prompted by RT#59565

13 years agoFix Verisoned.pm to not issue queries that break down with quoting
Peter Rabbitson [Sun, 8 Aug 2010 11:31:36 +0000]
Fix Verisoned.pm to not issue queries that break down with quoting
enabled. Also simplify table-test SQL. (RT#59619)

13 years agoAdd META resource as per RT#58549
Peter Rabbitson [Sun, 8 Aug 2010 11:23:03 +0000]
Add META resource as per RT#58549

13 years agoadd proper test for column names with punctuation, bump CAG dep for fix
Rafael Kitover [Sat, 12 Jun 2010 08:47:28 +0000]
add proper test for column names with punctuation, bump CAG dep for fix

13 years agoNew $dbh capability handling - allows someone to say
Peter Rabbitson [Sun, 18 Jul 2010 15:03:47 +0000]
New $dbh capability handling - allows someone to say
$schema->storage->_use_insert_returning(0)

13 years agoFix a corner case when a distinct plus an unqualified order_by on one
Peter Rabbitson [Fri, 6 Aug 2010 23:09:23 +0000]
Fix a corner case when a distinct plus an unqualified order_by on one
of the distinct-ed columns resulted in double-specification in the
GROUP BY clause

13 years agofix sybase fail, add more diagnostics for firebird blob fail
Rafael Kitover [Thu, 22 Jul 2010 09:43:43 +0000]
fix sybase fail, add more diagnostics for firebird blob fail

13 years ago_pri_cols throws incorrect exceptions when called on an instances not attached to...
Peter Rabbitson [Wed, 14 Jul 2010 00:51:17 +0000]
_pri_cols throws incorrect exceptions when called on an instances not attached to a schema (e.g. during belongs_to fk-column guessing)

13 years agoFix IC::DT to stop autovivifying columninfo keys
Peter Rabbitson [Sun, 21 Mar 2010 06:52:01 +0000]
Fix IC::DT to stop autovivifying columninfo keys

13 years agoRewrite the DBI connector to use Try::Tiny, avoid a leak by evoking a callback codere...
Peter Rabbitson [Mon, 12 Jul 2010 02:55:25 +0000]
Rewrite the DBI connector to use Try::Tiny, avoid a leak by evoking a callback coderef installer coderef :D

13 years agoFix bulk-insert trace
Peter Rabbitson [Sun, 11 Jul 2010 01:18:37 +0000]
Fix bulk-insert trace

13 years agoMerge branch 'view-deps'
Peter Rabbitson [Sat, 10 Jul 2010 20:30:49 +0000]
Merge branch 'view-deps'

13 years agoAdjust thread test diag
Peter Rabbitson [Sat, 10 Jul 2010 16:29:42 +0000]
Adjust thread test diag

13 years agoUnified _resolve_deps from two branches to one.
Amiri Barksdale at Home [Thu, 8 Jul 2010 03:00:53 +0000]
Unified _resolve_deps from two branches to one.

13 years agoUse fully-qualified result class names instead of source names in deploy_depends_on.
Amiri Barksdale at Home [Tue, 15 Jun 2010 02:16:57 +0000]
Use fully-qualified result class names instead of source names in deploy_depends_on.

13 years agoRemove useless dep in View.pm.
Amiri Barksdale at Home [Sun, 13 Jun 2010 00:32:34 +0000]
Remove useless dep in View.pm.

13 years agoChange API of deploy_depends_on: pass it source names. Fix optional deps on 105view_d...
Amiri Barksdale at Home [Sun, 13 Jun 2010 00:10:31 +0000]
Change API of deploy_depends_on: pass it source names. Fix optional deps on 105view_deps.t. Catch warning in 105view_deps.t.

13 years agoDocpatch for ::FilterColumn (component loading)
hakim [Fri, 9 Jul 2010 21:59:16 +0000]
Docpatch for ::FilterColumn (component loading)

13 years agoCleanup shebang lines of all maint/example scripts, remove from tests entirely
Peter Rabbitson [Thu, 8 Jul 2010 12:35:22 +0000]
Cleanup shebang lines of all maint/example scripts, remove from tests entirely

13 years agoThis hack is superseded by theorbtwo's POD::Inherit (which however has problems on...
Peter Rabbitson [Thu, 8 Jul 2010 12:27:22 +0000]
This hack is superseded by theorbtwo's POD::Inherit (which however has problems on its own)

13 years agoSVN tools no longer applicable
Peter Rabbitson [Thu, 8 Jul 2010 12:26:14 +0000]
SVN tools no longer applicable

13 years agoThe support structure for this was deleted in 2006
Peter Rabbitson [Thu, 8 Jul 2010 12:25:42 +0000]
The support structure for this was deleted in 2006

13 years agoPerlbrew caught a missed /usr/bin/perl invocation
Peter Rabbitson [Wed, 7 Jul 2010 23:45:49 +0000]
Perlbrew caught a missed /usr/bin/perl invocation

13 years agoRequire DBD::Oracle sufficiently recent to test blobs properly
Peter Rabbitson [Mon, 5 Jul 2010 12:15:43 +0000]
Require DBD::Oracle sufficiently recent to test blobs properly

13 years agoLern to spel
Peter Rabbitson [Mon, 5 Jul 2010 12:02:32 +0000]
Lern to spel

13 years agoBump M::I
Peter Rabbitson [Sun, 4 Jul 2010 09:59:13 +0000]
Bump M::I

13 years agoQuieter replicated test
Peter Rabbitson [Wed, 30 Jun 2010 08:54:07 +0000]
Quieter replicated test

13 years agoImplemented "add_unique_constraints".
Norbert Buchmuller [Wed, 23 Jun 2010 12:34:02 +0000]
Implemented "add_unique_constraints".

Also "add_unique_constraint" exception if called with multiple constraint
definitions.

13 years agoFix link in cookbook
Arthur Axel 'fREW' Schmidt [Fri, 2 Jul 2010 14:31:00 +0000]
Fix link in cookbook

13 years agodo not point to deprecated component
Arthur Axel 'fREW' Schmidt [Fri, 2 Jul 2010 14:16:46 +0000]
do not point to deprecated component

13 years agofix documentation on DBIx::Class::ResultSource::name_unique_constraint arguments
Slaven Rezic [Fri, 2 Jul 2010 08:29:01 +0000]
fix documentation on DBIx::Class::ResultSource::name_unique_constraint arguments

13 years agoFix example SQL for View
Justin Hunter [Tue, 29 Jun 2010 20:29:33 +0000]
Fix example SQL for View

13 years agoMerge branch 'oracle_seq_detection'
Peter Rabbitson [Tue, 29 Jun 2010 15:09:49 +0000]
Merge branch 'oracle_seq_detection'

13 years agoimprove Oracle sequence detection and related test output
Rafael Kitover [Sun, 13 Jun 2010 15:48:44 +0000]
improve Oracle sequence detection and related test output

13 years agoClarify why Makefile.PL failed
Peter Rabbitson [Mon, 21 Jun 2010 05:31:15 +0000]
Clarify why Makefile.PL failed

13 years agoMibbit changed their single-sign-on link bleh!
Peter Rabbitson [Sat, 19 Jun 2010 09:38:51 +0000]
Mibbit changed their single-sign-on link bleh!

13 years agoadded caveat that update/delete on the resultset breaks Ordered
Peter Rabbitson [Thu, 17 Jun 2010 09:00:30 +0000]
added caveat that update/delete on the resultset breaks Ordered

13 years agoFixed link to DBIx::Class::Manual::Intro
Matthias Dietrich [Sun, 13 Jun 2010 18:24:01 +0000]
Fixed link to DBIx::Class::Manual::Intro

13 years agoremove import of GetOptions symbol into Makefile.PL
Rafael Kitover [Thu, 17 Jun 2010 02:53:55 +0000]
remove import of GetOptions symbol into Makefile.PL

13 years agofixed rels ending with me breaking subquery realiasing
Alexander Hartmaier [Mon, 14 Jun 2010 12:05:18 +0000]
fixed rels ending with me breaking subquery realiasing

13 years agoMerge branch 'master' into view-deps
Peter Rabbitson [Sat, 12 Jun 2010 21:11:57 +0000]
Merge branch 'master' into view-deps

13 years agodev version
Arthur Axel 'fREW' Schmidt [Sat, 12 Jun 2010 18:48:38 +0000]
dev version

13 years agorelease 0.08123 v0.08123
Arthur Axel 'fREW' Schmidt [Sat, 12 Jun 2010 07:28:38 +0000]
release 0.08123

13 years agoimprove Oracle sequence detection and related test output
Rafael Kitover [Sat, 12 Jun 2010 09:19:56 +0000]
improve Oracle sequence detection and related test output

13 years agofix using oracle sequences across schemas
Rafael Kitover [Sat, 12 Jun 2010 05:37:39 +0000]
fix using oracle sequences across schemas

13 years agoOlder (5.8 core) Math::BigInt do not have from_hex
Peter Rabbitson [Sat, 12 Jun 2010 01:07:21 +0000]
Older (5.8 core) Math::BigInt do not have from_hex

13 years agoClearer non-dev makefile error
Peter Rabbitson [Sat, 12 Jun 2010 01:00:22 +0000]
Clearer non-dev makefile error

13 years agoA guard to make sure we don't ship with a ton of deps ever again
Peter Rabbitson [Sat, 12 Jun 2010 00:44:20 +0000]
A guard to make sure we don't ship with a ton of deps ever again

13 years agoPOD fixes (RT#58247)
Peter Rabbitson [Sat, 12 Jun 2010 00:19:03 +0000]
POD fixes (RT#58247)

13 years agoFix grouped count over a joined resultset with clashing columns
Peter Rabbitson [Sat, 12 Jun 2010 00:16:26 +0000]
Fix grouped count over a joined resultset with clashing columns

13 years agoChanges
Peter Rabbitson [Sat, 12 Jun 2010 00:09:26 +0000]
Changes

13 years agoMerge branch 'unlink_guard'
Peter Rabbitson [Fri, 11 Jun 2010 23:33:15 +0000]
Merge branch 'unlink_guard'

13 years agoStop using Try::Tiny until the perl refcounting problem is identified
Peter Rabbitson [Fri, 11 Jun 2010 00:47:40 +0000]
Stop using Try::Tiny until the perl refcounting problem is identified

13 years agoTest for more internal object leaks (fails)
Peter Rabbitson [Thu, 10 Jun 2010 18:08:21 +0000]
Test for more internal object leaks (fails)

13 years agoDBICTest $dbh guards emulating win32 OS (no open file deletion)
Peter Rabbitson [Sun, 6 Jun 2010 09:36:02 +0000]
DBICTest $dbh guards emulating win32 OS (no open file deletion)

13 years agoChanges
Peter Rabbitson [Fri, 11 Jun 2010 21:41:06 +0000]
Changes

13 years agoFactor out the oracle shortener code, and apply it to both
Alexander Hartmaier [Thu, 10 Jun 2010 12:57:07 +0000]
Factor out the oracle shortener code, and apply it to both
the storage and the sqlahacks

13 years agoadded test for limit queries failing on Oracle
Alexander Hartmaier [Thu, 10 Jun 2010 12:14:39 +0000]
added test for limit queries failing on Oracle

13 years agocroak instead of die
Alexander Hartmaier [Thu, 10 Jun 2010 13:40:35 +0000]
croak instead of die

13 years agoTest to make sure optional deps does not use any external modules
Peter Rabbitson [Fri, 11 Jun 2010 09:19:15 +0000]
Test to make sure optional deps does not use any external modules

13 years agoMerge branch 'master' of git.shadowcat.co.uk:DBIx-Class
Peter Rabbitson [Thu, 10 Jun 2010 09:23:48 +0000]
Merge branch 'master' of git.shadowcat.co.uk:DBIx-Class

13 years agoskip_author_deps should not require M::I::AT
Peter Rabbitson [Tue, 8 Jun 2010 08:43:08 +0000]
skip_author_deps should not require M::I::AT

13 years agofix typo and whitespace in Cookbook
Terrence Brannon [Tue, 8 Jun 2010 19:13:12 +0000]
fix typo and whitespace in Cookbook

13 years agoRT58184: Depends on File::Path 2.06_05 (or so)
Arthur Axel 'fREW' Schmidt [Mon, 7 Jun 2010 03:34:55 +0000]
RT58184: Depends on File::Path 2.06_05 (or so)

13 years agoRemove extraneous include in parser; replace loop with map in parser; add throws_ok...
Amiri Barksdale at Home [Sun, 6 Jun 2010 16:18:46 +0000]
Remove extraneous include in parser; replace loop with map in parser; add throws_ok test