Jess Robinson [Fri, 10 Aug 2007 13:05:24 +0000]
Manual improvements from apeiron
Tom Hukins [Fri, 10 Aug 2007 11:06:35 +0000]
Fix package names in documentation
Matt S Trout [Wed, 8 Aug 2007 13:32:58 +0000]
make pod cov not skip if author side, fix exception list
Tom Hukins [Wed, 8 Aug 2007 12:52:58 +0000]
Mention the SVN::Web Web interface to the repository
Matt S Trout [Wed, 8 Aug 2007 10:47:39 +0000]
timestamp+pg fix
Matt S Trout [Wed, 8 Aug 2007 10:38:39 +0000]
bump sqlite dep
Matt S Trout [Wed, 8 Aug 2007 10:35:26 +0000]
rejig resultset construction for related_resultset
Adam Herzog [Tue, 7 Aug 2007 20:07:43 +0000]
Autoflush debugging, to make sure statement is printed when we test for it.
Adam Herzog [Tue, 7 Aug 2007 18:50:59 +0000]
Fix bind params debugging output; consolidate some related, duplicated code.
Adam Herzog [Tue, 7 Aug 2007 15:26:32 +0000]
Fix reconnect tests to skip tests that won't pass (when run as root, or under windows).
Adam Herzog [Tue, 7 Aug 2007 15:25:28 +0000]
Add myself to contributors list.
Matt S Trout [Tue, 7 Aug 2007 14:45:46 +0000]
fix for AccessorGroup
Luke Saunders [Tue, 7 Aug 2007 14:11:18 +0000]
fixed storage->connected fork bug
Cory G Watson [Tue, 7 Aug 2007 13:07:06 +0000]
Refactor Statistics to clean up printing of debug info and to avoid crashing on
a closed STDERR...
Matt S Trout [Mon, 6 Aug 2007 19:36:27 +0000]
final changes for 08004 dist
Matt S Trout [Mon, 6 Aug 2007 19:10:08 +0000]
typo pointed out by kangas
Matt S Trout [Sun, 5 Aug 2007 14:41:51 +0000]
add cursor_class to storage opt list
Ash Berlin [Sat, 4 Aug 2007 17:30:14 +0000]
Fix example code. Thanks bits
Matt S Trout [Sat, 4 Aug 2007 16:44:46 +0000]
cleanup cursor class handling
Matt S Trout [Fri, 3 Aug 2007 21:01:49 +0000]
add default_resultset_attributes entry to Schema
Matt S Trout [Fri, 3 Aug 2007 18:52:16 +0000]
optimisation in cursor
Matt S Trout [Sun, 29 Jul 2007 21:01:45 +0000]
updated svn and list URLs
Matt S Trout [Fri, 27 Jul 2007 00:20:54 +0000]
missed adding the test
Luke Saunders [Thu, 26 Jul 2007 21:31:08 +0000]
applied patch from davinch: fix bug with create_multi not inserting non-storage objects
Luke Saunders [Tue, 24 Jul 2007 16:00:37 +0000]
fixed minor docs error
Brandon L. Black [Sat, 21 Jul 2007 06:04:28 +0000]
Changes update for my txn fix a few days ago
Matt S Trout [Fri, 20 Jul 2007 19:10:10 +0000]
AccessorGroup is now a Class::Accessor::Grouped subclass
Brandon L. Black [Wed, 18 Jul 2007 21:23:29 +0000]
fix a few txn issues, including the "transaction depth not resetting" which was being caused by the unexpected (but documented) volatility of $dbh->{AutoCommit}
nested rollback exceptions have never had any tests, and that part still looks wrong
Edmund von der Burg [Wed, 18 Jul 2007 20:22:35 +0000]
Added the word 'trigger' to the 'Overloading methods' section so that it is more likely to be found when searching.
Marcus Ramberg [Wed, 18 Jul 2007 11:39:58 +0000]
Make ensure_class_loaded behave better with malformed classnames
Matt S Trout [Tue, 17 Jul 2007 23:18:25 +0000]
non-destructive hashref handling for connect_info options
Matt S Trout [Tue, 17 Jul 2007 23:07:06 +0000]
fix for count after slice (report and tests from JOHANL)
Matt S Trout [Mon, 16 Jul 2007 14:46:38 +0000]
fixup for datetime parser from Matt Lawrence (mattlaw)
Matt S Trout [Mon, 16 Jul 2007 11:49:16 +0000]
08003 changes
John Napiorkowski [Tue, 10 Jul 2007 22:31:20 +0000]
fixed the trouble with undefs using populate in void context. Added some tests for this.
Matt S Trout [Tue, 10 Jul 2007 18:25:34 +0000]
fixes to multi-create
Matt S Trout [Tue, 10 Jul 2007 18:23:34 +0000]
unmark experimental to go with deploy
Matt S Trout [Mon, 9 Jul 2007 20:05:30 +0000]
failing test for multi-create bug reported by irc:bits
Matt S Trout [Mon, 9 Jul 2007 19:41:07 +0000]
many-many rel fix
Luke Saunders [Mon, 9 Jul 2007 18:18:41 +0000]
removed various Dumper calls
Luke Saunders [Mon, 9 Jul 2007 10:40:46 +0000]
updated changes. fixed ResultSetColumn w/prefetch problem
Luke Saunders [Wed, 4 Jul 2007 22:03:59 +0000]
fixed attr merging problem
Matt S Trout [Wed, 4 Jul 2007 18:57:31 +0000]
remove cwd dep, modify pod
Jess Robinson [Wed, 4 Jul 2007 13:10:48 +0000]
Fixup indenting/code style
Luke Saunders [Wed, 4 Jul 2007 12:35:37 +0000]
fixed group_by problem with oracle limit syntax
Brandon L. Black [Mon, 2 Jul 2007 15:15:42 +0000]
Patch for ? in NoBindVars data from Tom Hukins
Matt S Trout [Fri, 29 Jun 2007 13:48:53 +0000]
remove RSM recipe
Simon Elliott [Tue, 26 Jun 2007 20:03:47 +0000]
many_to_many supports relation_rs method now
Simon Elliott [Tue, 26 Jun 2007 19:19:08 +0000]
add_to returns inserted row in many_to_many relation
Brandon L. Black [Tue, 26 Jun 2007 13:19:33 +0000]
DBIx::Class::Exception should pass off any exception objects untouched, not just its own
John Napiorkowski [Mon, 25 Jun 2007 22:55:24 +0000]
Added multi-create object support to Schema->populate and created a test for this. Also added my name to the contributors list so my wife believes me when I tell her what I'm working on in my offtime :)
Matt S Trout [Fri, 22 Jun 2007 01:10:12 +0000]
restore mk_classaccessor
Matt S Trout [Wed, 20 Jun 2007 06:39:49 +0000]
08002
Matt S Trout [Wed, 20 Jun 2007 05:57:33 +0000]
ordering change to squash an M::I warning
Matt S Trout [Wed, 20 Jun 2007 04:14:52 +0000]
probably fix bulk_create
Matt S Trout [Wed, 20 Jun 2007 04:00:54 +0000]
eleiminate vestigial code in PK::Auto
Matt S Trout [Wed, 20 Jun 2007 04:00:03 +0000]
SQL statement in errors
Matt S Trout [Wed, 20 Jun 2007 03:57:08 +0000]
remove rogue use line
Cory G Watson [Tue, 19 Jun 2007 21:07:39 +0000]
Call ensure_connected in txn_begin to avoid stomping on the transaction depth
Matt S Trout [Tue, 19 Jun 2007 17:58:03 +0000]
make errors during deploy soft
Brandon L. Black [Tue, 19 Jun 2007 00:21:56 +0000]
exception rethrow method from LTJake
Matt S Trout [Sun, 17 Jun 2007 21:13:23 +0000]
0.08001 because I'm an idiot
Matt S Trout [Sun, 17 Jun 2007 19:27:08 +0000]
Merge 'DBIx-Class-current' into 'trunk'
0.08000 release commit
Brandon L. Black [Sat, 16 Jun 2007 18:49:33 +0000]
autoflush debugfh, plus Changes for this and the weakref thing
Matt S Trout [Sat, 16 Jun 2007 17:19:36 +0000]
fix conditional and document behaviour
Brandon L. Black [Thu, 14 Jun 2007 19:54:13 +0000]
weaken the storage reference in the HandleError closure!
Brandon L. Black [Wed, 13 Jun 2007 05:31:39 +0000]
0.07999_06 Changes + Release
Matt S Trout [Wed, 13 Jun 2007 01:18:01 +0000]
make last_insert_id take multiple column names
Brandon L. Black [Tue, 12 Jun 2007 22:42:11 +0000]
default stacktrace on if $ENV{DBIC_TRACE} is on
Brandon L. Black [Tue, 12 Jun 2007 07:50:34 +0000]
exception objects to make stacktrace work right (!!)
Brandon L. Black [Tue, 12 Jun 2007 07:46:50 +0000]
small throw_exception fixes
Brandon L. Black [Tue, 12 Jun 2007 06:10:52 +0000]
add some storage exception tests, and fix a really obscure bug in DBIC::S::DBI::Cursor::DESTROY
Brandon L. Black [Mon, 11 Jun 2007 17:31:20 +0000]
oops, small POD typo
Brandon L. Black [Mon, 11 Jun 2007 17:29:49 +0000]
Changes updates
Brandon L. Black [Mon, 11 Jun 2007 17:25:11 +0000]
$dbh->{HandleError} does throw_exception, "unsafe" connect_info option to suppress mucking with (Handle|Raise|Print)Error, lots of redundant evals for debug info removed
Brandon L. Black [Mon, 11 Jun 2007 17:22:08 +0000]
add stacktrace option to modify the default behavior of throw_exception
Matt S Trout [Sun, 10 Jun 2007 16:41:57 +0000]
slight tweak
Matt S Trout [Sun, 10 Jun 2007 16:10:37 +0000]
fix page-within-page bug
Brandon L. Black [Sun, 10 Jun 2007 15:09:33 +0000]
added back the r3131 tests in concise form, wrapped S::DBI::_execute in dbh_do to fix
Brandon L. Black [Thu, 7 Jun 2007 23:42:57 +0000]
0.07999_05 (2nd 0.08 RC)
Matt S Trout [Fri, 8 Jun 2007 01:16:34 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r52870@cain (orig r3477): matthewt | 2007-06-07 20:16:34 +0000
test fixups
Matt S Trout [Thu, 7 Jun 2007 20:16:34 +0000]
test fixups
Matt S Trout [Wed, 6 Jun 2007 21:27:39 +0000]
make source_name rw again, users can shoot themselves in the foot if they want to
K J Cheetham [Tue, 5 Jun 2007 14:46:58 +0000]
POD tweak
Brandon L. Black [Tue, 5 Jun 2007 11:07:34 +0000]
Fixed up SQLT test/runtime deps
Brandon L. Black [Mon, 4 Jun 2007 15:33:54 +0000]
update Changes
Brandon L. Black [Mon, 4 Jun 2007 15:32:23 +0000]
skip parts of t/60core.t if no DateTime::Format::MySQL
Brandon L. Black [Fri, 1 Jun 2007 14:43:16 +0000]
0.07999_04 Changes leader
Brandon L. Black [Fri, 1 Jun 2007 14:42:19 +0000]
0.07999_04, release candidate
Brandon L. Black [Fri, 1 Jun 2007 14:03:13 +0000]
syntax fix: $#{@x} is invalid syntax that happens to work on released perls, but breaks in 5.9.5+
K J Cheetham [Fri, 1 Jun 2007 12:46:41 +0000]
pod tweaking for line wrappings
Matt S Trout [Fri, 1 Jun 2007 12:14:29 +0000]
imported Replication store from branch
Brandon L. Black [Fri, 1 Jun 2007 02:07:59 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r32094@brandon-blacks-computer (orig r3460): blblack | 2007-05-31 21:07:59 -0500
add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reinitialize() bug there
Brandon L. Black [Fri, 1 Jun 2007 02:07:59 +0000]
add "use Class::C3" to S::DBI::Sybase::MSSQL, doc reinitialize() bug there
Brandon L. Black [Fri, 1 Jun 2007 01:49:50 +0000]
fix 93nobindvars for people not testing MySQL
Matt S Trout [Fri, 1 Jun 2007 00:23:39 +0000]
remove note about failing test since it doesn't anymore
Brandon L. Black [Fri, 1 Jun 2007 00:14:27 +0000]
remove dupe Changes entry
Brandon L. Black [Thu, 31 May 2007 23:44:14 +0000]
fix test warning (double "my")
Matt S Trout [Thu, 31 May 2007 23:18:23 +0000]
LEFT join problem fixed
J. Shirley [Thu, 31 May 2007 23:13:06 +0000]
Adding failing test for left-join with no join record present