18 years agomore small cleanup, rename insert_or_update to update_or_insert
David Kamholz [Thu, 9 Mar 2006 15:25:49 +0000]
more small cleanup, rename insert_or_update to update_or_insert

18 years agomore assorted kleenoops
David Kamholz [Thu, 9 Mar 2006 00:18:03 +0000]
more assorted kleenoops

18 years agocleanup ResultSource a bit, plus a couple trivial cleanups
David Kamholz [Wed, 8 Mar 2006 23:47:30 +0000]
cleanup ResultSource a bit, plus a couple trivial cleanups

18 years agoassorted crunchy code cleanups to ResultSet.pm (you can kill me if anything broke)
David Kamholz [Wed, 8 Mar 2006 21:47:44 +0000]
assorted crunchy code cleanups to ResultSet.pm (you can kill me if anything broke)

18 years agofix a couple mistakes in last commit
David Kamholz [Wed, 8 Mar 2006 20:28:00 +0000]
fix a couple mistakes in last commit

18 years agorename columns attr to cols
David Kamholz [Wed, 8 Mar 2006 20:22:39 +0000]
rename columns attr to cols
clean up ResultSet new() a little
normalize some doc examples by passing undef as first value to search

18 years agoMerge 'trunk' into 'DBIx-Class-current'
David Kamholz [Wed, 8 Mar 2006 20:20:44 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6339@haferschleim (orig r1015):  blblack | 2006-03-04 00:52:11 +0100
small typo fix to ExampleSchema.pod
r6340@haferschleim (orig r1016):  blblack | 2006-03-04 01:12:36 +0100
a few more fixups to ExampleSchema.pod

18 years agocollapse has to be an attr too, bah
Matt S Trout [Wed, 8 Mar 2006 18:33:15 +0000]
collapse has to be an attr too, bah

18 years agoAdded tests for has_column_loaded
Marcus Ramberg [Wed, 8 Mar 2006 18:18:42 +0000]
Added tests for has_column_loaded

18 years agoadd second test to 23cache, that doesn't work
David Kamholz [Wed, 8 Mar 2006 18:17:09 +0000]
add second test to 23cache, that doesn't work

18 years agoadd test for last fix
David Kamholz [Wed, 8 Mar 2006 17:28:27 +0000]
add test for last fix

18 years agofix to find() for new prefetch code
David Kamholz [Wed, 8 Mar 2006 17:23:51 +0000]
fix to find() for new prefetch code

18 years agoNuked a couple of pointless warns and a Dumper load
Matt S Trout [Wed, 8 Mar 2006 16:04:27 +0000]
Nuked a couple of pointless warns and a Dumper load

18 years agohas_many prefetch works. no, seriously
Matt S Trout [Wed, 8 Mar 2006 15:58:52 +0000]
has_many prefetch works. no, seriously

18 years agoadded has_column_loaded
Marcus Ramberg [Wed, 8 Mar 2006 11:58:31 +0000]
added has_column_loaded

18 years agopartially working has_many prefetch
Matt S Trout [Wed, 8 Mar 2006 10:44:50 +0000]
partially working has_many prefetch

18 years ago * added get_columns support on UTF8Columns
Daisuke Murase [Wed, 8 Mar 2006 00:52:32 +0000]
 * added get_columns support on UTF8Columns
 * added contributer

18 years agomore error messages.
Marcus Ramberg [Tue, 7 Mar 2006 21:31:56 +0000]
more error messages.

18 years agoC3 loading speedup
Matt S Trout [Mon, 6 Mar 2006 22:50:18 +0000]
C3 loading speedup

18 years agoAdded result_class accessor to ResultSet
Matt S Trout [Mon, 6 Mar 2006 22:42:31 +0000]
Added result_class accessor to ResultSet

18 years agothrow error including SQL statement for failed $sth->execute
Will Hawes [Mon, 6 Mar 2006 16:34:42 +0000]
throw error including SQL statement for failed $sth->execute

18 years agoconnection via coderef rather than explicit dsn/name/pass
Brandon L. Black [Sun, 5 Mar 2006 17:12:39 +0000]
connection via coderef rather than explicit dsn/name/pass

18 years agoa few more fixups to ExampleSchema.pod
Brandon L. Black [Sat, 4 Mar 2006 00:12:36 +0000]
a few more fixups to ExampleSchema.pod

18 years agosmall typo fix to ExampleSchema.pod
Brandon L. Black [Fri, 3 Mar 2006 23:52:11 +0000]
small typo fix to ExampleSchema.pod

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 3 Mar 2006 15:35:41 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8257@obrien (orig r996):  ningu | 2006-03-01 04:42:50 +0000
try to fix PK::Auto::Pg for sequences with quoted names
r8259@obrien (orig r998):  blblack | 2006-03-01 05:38:51 +0000
dbh->{InactiveDestroy} when reconnecting in child process (prevents auto-disconnecting a dbh still in use by the parent)
r8260@obrien (orig r999):  blblack | 2006-03-01 05:58:00 +0000
t/50fork.t made a little more resilient
r8261@obrien (orig r1000):  jguenther | 2006-03-01 08:34:34 +0000
- Changed documentation to use txn_do() for transactions
- Fixed Storage::DBI trace such that each bind parameter is quoted on output, separated by commas
- Fixed a couple typos in documentation

r8263@obrien (orig r1002):  zarquon | 2006-03-02 02:10:03 +0000
Altered example to populate the db with DBIC

r8264@obrien (orig r1003):  zarquon | 2006-03-02 02:11:07 +0000
Moved Example.pod to ExampleSchema.pod

r8265@obrien (orig r1004):  zarquon | 2006-03-02 02:12:24 +0000
Fixed a typo in the SQL::Translator section (missing comma in has assignment)

r8266@obrien (orig r1005):  blblack | 2006-03-02 11:29:53 +0000
add update_or_create proxy method
r8269@obrien (orig r1008):  zarquon | 2006-03-03 00:24:49 +0000
Changed the name of CD class to Cd to be compatible with default SchemaLoader monikerization

r8273@obrien (orig r1011):  matthewt | 2006-03-03 15:18:27 +0000
Fix to update(\%args) with inflation  from test case by Peter Rabbitson
r8274@obrien (orig r1012):  matthewt | 2006-03-03 15:23:14 +0000
Missing svk add, as usual
r8275@obrien (orig r1013):  matthewt | 2006-03-03 15:35:13 +0000
MANIFEST nuked out of repo

18 years agoMANIFEST nuked out of repo
Matt S Trout [Fri, 3 Mar 2006 15:35:13 +0000]
MANIFEST nuked out of repo

18 years agoMissing svk add, as usual
Matt S Trout [Fri, 3 Mar 2006 15:23:14 +0000]
Missing svk add, as usual

18 years agoFix to update(\%args) with inflation from test case by Peter Rabbitson
Matt S Trout [Fri, 3 Mar 2006 15:18:27 +0000]
Fix to update(\%args) with inflation  from test case by Peter Rabbitson

18 years ago * added a test for UTF8Columns
Daisuke Murase [Fri, 3 Mar 2006 04:12:33 +0000]
 * added a test for UTF8Columns

18 years ago * added UTF8Columns
Daisuke Murase [Fri, 3 Mar 2006 03:17:53 +0000]
 * added UTF8Columns

18 years agoChanged the name of CD class to Cd to be compatible with default SchemaLoader moniker...
Kieren Diment [Fri, 3 Mar 2006 00:24:49 +0000]
Changed the name of CD class to Cd to be compatible with default SchemaLoader monikerization

18 years agoadded sqlt_type
Brian Cassidy [Thu, 2 Mar 2006 20:12:57 +0000]
added sqlt_type

18 years agoadd_components() doesn't prepend base when comp. prefixed with +
Robert Sedlacek [Thu, 2 Mar 2006 19:16:30 +0000]
add_components() doesn't prepend base when comp. prefixed with +

18 years agoadd update_or_create proxy method
Brandon L. Black [Thu, 2 Mar 2006 11:29:53 +0000]
add update_or_create proxy method

18 years agoFixed a typo in the SQL::Translator section (missing comma in has assignment)
Kieren Diment [Thu, 2 Mar 2006 02:12:24 +0000]
Fixed a typo in the SQL::Translator section (missing comma in has assignment)

18 years agoMoved Example.pod to ExampleSchema.pod
Kieren Diment [Thu, 2 Mar 2006 02:11:07 +0000]
Moved Example.pod to ExampleSchema.pod

18 years agoAltered example to populate the db with DBIC
Kieren Diment [Thu, 2 Mar 2006 02:10:03 +0000]
Altered example to populate the db with DBIC

18 years ago- Changed documentation to use txn_do() for transactions
Justin Guenther [Wed, 1 Mar 2006 08:34:34 +0000]
- Changed documentation to use txn_do() for transactions
- Fixed Storage::DBI trace such that each bind parameter is quoted on output, separated by commas
- Fixed a couple typos in documentation

18 years agot/50fork.t made a little more resilient
Brandon L. Black [Wed, 1 Mar 2006 05:58:00 +0000]
t/50fork.t made a little more resilient

18 years agodbh->{InactiveDestroy} when reconnecting in child process (prevents auto-disconnectin...
Brandon L. Black [Wed, 1 Mar 2006 05:38:51 +0000]
dbh->{InactiveDestroy} when reconnecting in child process (prevents auto-disconnecting a dbh still in use by the parent)

18 years agoport fix for ejh's pg bug to branch
David Kamholz [Wed, 1 Mar 2006 04:44:48 +0000]
port fix for ejh's pg bug to branch

18 years agotry to fix PK::Auto::Pg for sequences with quoted names
David Kamholz [Wed, 1 Mar 2006 04:42:50 +0000]
try to fix PK::Auto::Pg for sequences with quoted names

18 years agohalf unpicked has_many prefetch mess
Matt S Trout [Wed, 1 Mar 2006 03:41:37 +0000]
half unpicked has_many prefetch mess

18 years agoupdate MANIFEST
David Kamholz [Wed, 1 Mar 2006 02:57:37 +0000]
update MANIFEST

18 years agorenumber tests
David Kamholz [Wed, 1 Mar 2006 02:56:06 +0000]
renumber tests

18 years agoMerge 'trunk' into 'DBIx-Class-current'
David Kamholz [Wed, 1 Mar 2006 02:35:53 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6195@haferschleim (orig r965):  nigel | 2006-02-24 13:11:11 +0100
Minor documentation fix for find. Removed some EOL spacing
r6196@haferschleim (orig r966):  nigel | 2006-02-24 13:16:06 +0100
Reverted previous unitentional change to Accessor.pm
r6207@haferschleim (orig r970):  jguenther | 2006-02-26 04:01:41 +0100
Added DBIx::Class::Schema::txn_do()
r6223@haferschleim (orig r975):  matthewt | 2006-02-26 20:52:16 +0100
Added Manual::Example from sc_
r6224@haferschleim (orig r976):  matthewt | 2006-02-26 20:57:47 +0100
Tweak to Manual::Example
r6225@haferschleim (orig r977):  jguenther | 2006-02-27 23:48:48 +0100
Fixed txn_do to check that $coderef is actually a code ref, and wrote parameter check tests
r6226@haferschleim (orig r978):  jguenther | 2006-02-27 23:50:49 +0100
Fixed a typo
r6258@haferschleim (orig r988):  gphat | 2006-02-28 22:23:31 +0100
Fix multi-namespace load_classes example in Manual/SchemaIntro

18 years agoAdded missing join attrs to 23cache
Matt S Trout [Wed, 1 Mar 2006 02:23:27 +0000]
Added missing join attrs to 23cache

18 years agocleanup related_resultset in Relationship::Base
David Kamholz [Wed, 1 Mar 2006 02:22:07 +0000]
cleanup related_resultset in Relationship::Base

18 years agoAdditional docs for many_to_many
Matt S Trout [Tue, 28 Feb 2006 22:32:00 +0000]
Additional docs for many_to_many

18 years agoFix multi-namespace load_classes example in Manual/SchemaIntro
Cory G Watson [Tue, 28 Feb 2006 21:23:31 +0000]
Fix multi-namespace load_classes example in Manual/SchemaIntro

18 years agoFix to foreign key sqlt generation
Simon Elliott [Tue, 28 Feb 2006 02:52:19 +0000]
Fix to foreign key sqlt generation

18 years agofix for deploying MySQL schemas. schema debug++
Simon Elliott [Tue, 28 Feb 2006 01:28:25 +0000]
fix for deploying MySQL schemas. schema debug++

18 years agoFixed a typo
Justin Guenther [Mon, 27 Feb 2006 22:50:49 +0000]
Fixed a typo

18 years agoFixed txn_do to check that $coderef is actually a code ref, and wrote parameter check...
Justin Guenther [Mon, 27 Feb 2006 22:48:48 +0000]
Fixed txn_do to check that $coderef is actually a code ref, and wrote parameter check tests

18 years agoTweak to Manual::Example
Matt S Trout [Sun, 26 Feb 2006 19:57:47 +0000]
Tweak to Manual::Example

18 years agoAdded Manual::Example from sc_
Matt S Trout [Sun, 26 Feb 2006 19:52:16 +0000]
Added Manual::Example from sc_

18 years agoChanges updates
Matt S Trout [Sun, 26 Feb 2006 19:33:48 +0000]
Changes updates

18 years agoFixup MANIFEST, rename 22cache -> 23cache, tweak to search
Matt S Trout [Sun, 26 Feb 2006 04:03:29 +0000]
Fixup MANIFEST, rename 22cache -> 23cache, tweak to search

18 years agoRenamed 22cache to 23cache
Matt S Trout [Sun, 26 Feb 2006 03:54:09 +0000]
Renamed 22cache to 23cache

18 years agoAdded DBIx::Class::Schema::txn_do()
Justin Guenther [Sun, 26 Feb 2006 03:01:41 +0000]
Added DBIx::Class::Schema::txn_do()

18 years agoDumbass typo, ta castaway
Matt S Trout [Fri, 24 Feb 2006 16:15:09 +0000]
Dumbass typo, ta castaway

18 years agoAdded deploy to Storage, DBICTEST_SQLT_DEPLOY env var for tests
Matt S Trout [Fri, 24 Feb 2006 15:58:16 +0000]
Added deploy to Storage, DBICTEST_SQLT_DEPLOY env var for tests

18 years agoReverted previous unitentional change to Accessor.pm
Nigel Metheringham [Fri, 24 Feb 2006 12:16:06 +0000]
Reverted previous unitentional change to Accessor.pm

18 years agoMinor documentation fix for find. Removed some EOL spacing
Nigel Metheringham [Fri, 24 Feb 2006 12:11:11 +0000]
Minor documentation fix for find. Removed some EOL spacing

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Fri, 24 Feb 2006 01:20:41 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8160@obrien (orig r962):  matthewt | 2006-02-23 21:53:51 +0000
Updated Class::C3 dep
r8161@obrien (orig r963):  matthewt | 2006-02-24 01:19:15 +0000
Changes for 0.05007

18 years agoChanges for 0.05007
Matt S Trout [Fri, 24 Feb 2006 01:19:15 +0000]
Changes for 0.05007

18 years agoUpdated Class::C3 dep
Matt S Trout [Thu, 23 Feb 2006 21:53:51 +0000]
Updated Class::C3 dep

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 23 Feb 2006 19:27:36 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8098@obrien (orig r958):  ningu | 2006-02-23 11:09:00 +0000
attempt to fix weird overload '0+' bug, modify tests to make sure it works
r8099@obrien (orig r959):  matthewt | 2006-02-23 13:55:52 +0000
Updated Oracle test
r8157@obrien (orig r960):  jesper | 2006-02-23 19:14:42 +0000
Double char quoting implemented, now supports stuff like [] (for MSSQL)

18 years agoDouble char quoting implemented, now supports stuff like [] (for MSSQL)
Jesper Krogh [Thu, 23 Feb 2006 19:14:42 +0000]
Double char quoting implemented, now supports stuff like [] (for MSSQL)

18 years agoUpdated Oracle test
Matt S Trout [Thu, 23 Feb 2006 13:55:52 +0000]
Updated Oracle test

18 years agoattempt to fix weird overload '0+' bug, modify tests to make sure it works
David Kamholz [Thu, 23 Feb 2006 11:09:00 +0000]
attempt to fix weird overload '0+' bug, modify tests to make sure it works

18 years agoNuked some test warnings
Matt S Trout [Wed, 22 Feb 2006 18:53:04 +0000]
Nuked some test warnings

18 years agoTests run now. Sodding SQLite
Matt S Trout [Wed, 22 Feb 2006 18:10:24 +0000]
Tests run now. Sodding SQLite

18 years agoWorking HAVING, DBD::SQLite returns duff data so tests don't pass yet
Matt S Trout [Wed, 22 Feb 2006 16:56:36 +0000]
Working HAVING, DBD::SQLite returns duff data so tests don't pass yet

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 22 Feb 2006 15:09:54 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8086@obrien (orig r948):  bricas | 2006-02-21 19:27:07 +0000
fix for limit_dialect( 'Top' ) w/ order_by
r8087@obrien (orig r949):  ningu | 2006-02-21 19:33:04 +0000
fix thinkos in ResultSet docs
r8089@obrien (orig r951):  matthewt | 2006-02-22 13:25:23 +0000
Class::C3 fixup for 0.11

18 years agohaving tests.
Marcus Ramberg [Wed, 22 Feb 2006 14:14:58 +0000]
having tests.

18 years agoClass::C3 fixup for 0.11
Matt S Trout [Wed, 22 Feb 2006 13:25:23 +0000]
Class::C3 fixup for 0.11

18 years agonested has_many prefetch + tests
Will Hawes [Wed, 22 Feb 2006 09:08:00 +0000]
nested has_many prefetch + tests

18 years agofix thinkos in ResultSet docs
David Kamholz [Tue, 21 Feb 2006 19:33:04 +0000]
fix thinkos in ResultSet docs

18 years agofix for limit_dialect( 'Top' ) w/ order_by
Brian Cassidy [Tue, 21 Feb 2006 19:27:07 +0000]
fix for limit_dialect( 'Top' ) w/ order_by

18 years agocroak on DBI->connect errors
Brandon L. Black [Mon, 20 Feb 2006 02:46:16 +0000]
croak on DBI->connect errors

18 years agoExplicit return added
Jess Robinson [Sun, 19 Feb 2006 22:30:05 +0000]
Explicit return added

18 years agominor optimization to Row.pm
David Kamholz [Sun, 19 Feb 2006 22:26:14 +0000]
minor optimization to Row.pm

18 years agoPK::Auto tweak
Matt S Trout [Sun, 19 Feb 2006 20:30:07 +0000]
PK::Auto tweak

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sun, 19 Feb 2006 20:32:51 +0000]
Merge 'trunk' into 'DBIx-Class-current'

18 years agoImproved AccessorGroup docs
Matt S Trout [Sun, 19 Feb 2006 14:32:51 +0000]
Improved AccessorGroup docs

18 years agopod =head3 Arguments stuff
Brandon L. Black [Sat, 18 Feb 2006 21:14:07 +0000]
pod =head3 Arguments stuff

18 years agopod typo fix
Brandon L. Black [Sat, 18 Feb 2006 20:06:19 +0000]
pod typo fix

18 years agomaintain cache + reset cursor for search() without arguments
Will Hawes [Sat, 18 Feb 2006 09:14:15 +0000]
maintain cache + reset cursor for search() without arguments

18 years agoCreate glossary
Jess Robinson [Sat, 18 Feb 2006 00:07:53 +0000]
Create glossary

18 years agoDocumentations!
Jess Robinson [Fri, 17 Feb 2006 23:46:08 +0000]
Documentations!

18 years agochanges for 0.05006 release
David Kamholz [Fri, 17 Feb 2006 14:49:28 +0000]
changes for 0.05006 release

18 years agoadded optional test for fork stressing - not a very good test at the moment, but...
Brandon L. Black [Fri, 17 Feb 2006 13:15:45 +0000]
added optional test for fork stressing - not a very good test at the moment, but it is something

18 years agominor test tweak, Changes update
Matt S Trout [Wed, 15 Feb 2006 19:57:36 +0000]
minor test tweak, Changes update

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Wed, 15 Feb 2006 22:30:41 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6130@obrien (orig r917):  matthewt | 2006-02-15 16:30:41 +0000
made update(\%hash) work on row as well as rs

18 years agomade update(\%hash) work on row as well as rs
Matt S Trout [Wed, 15 Feb 2006 16:30:41 +0000]
made update(\%hash) work on row as well as rs

18 years agointroduce row caching using related_resultset; has_many prefetch (single-level only...
Will Hawes [Wed, 15 Feb 2006 14:25:53 +0000]
introduce row caching using related_resultset; has_many prefetch (single-level only); **NOTE** breaks some tests in t/cdbi-t

18 years agoadded cascade_copy relationship attribute
Matt S Trout [Tue, 14 Feb 2006 18:52:28 +0000]
added cascade_copy relationship attribute

18 years agoMerge 'trunk' into 'DBIx-Class-current'
Daniel Westermann-Clark [Tue, 14 Feb 2006 22:00:50 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r6124@obrien (orig r912):  dwc | 2006-02-14 16:00:50 +0000
Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)

18 years agoRemove dependency on Module::Find in 40resultsetmanager.t (RT #17598)
Daniel Westermann-Clark [Tue, 14 Feb 2006 16:00:50 +0000]
Remove dependency on Module::Find in 40resultsetmanager.t (RT #17598)