Jess Robinson [Sun, 14 May 2006 19:11:48 +0000]
Add foreign key constraint for new bookmark table
Matt S Trout [Sun, 14 May 2006 23:25:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r5922@cain (orig r1623): matthewt | 2006-05-14 18:25:56 +0000
tweaked might_have test for -current
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000]
tweaked might_have test for -current
Aran Deltac [Fri, 12 May 2006 20:49:30 +0000]
Testing commit.
Matt S Trout [Fri, 12 May 2006 14:16:48 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r5900@cain (orig r1613): jguenther | 2006-05-11 19:20:59 +0000
Added a couple examples to the cookbook
r5901@cain (orig r1614): jguenther | 2006-05-11 21:53:25 +0000
Fixed cookbook example to actually work
r5902@cain (orig r1615): matthewt | 2006-05-12 00:56:54 +0000
performance fix for cascade_update
r5903@cain (orig r1616): matthewt | 2006-05-12 01:04:37 +0000
fixup to gen-schema.pl
r5904@cain (orig r1617): matthewt | 2006-05-12 02:17:18 +0000
fixup for stringify that can be false in find_or_create_related
Matt S Trout [Fri, 12 May 2006 02:17:18 +0000]
fixup for stringify that can be false in find_or_create_related
Matt S Trout [Fri, 12 May 2006 01:04:37 +0000]
fixup to gen-schema.pl
Matt S Trout [Fri, 12 May 2006 00:56:54 +0000]
performance fix for cascade_update
Justin Guenther [Thu, 11 May 2006 21:53:25 +0000]
Fixed cookbook example to actually work
Justin Guenther [Thu, 11 May 2006 19:20:59 +0000]
Added a couple examples to the cookbook
Aran Deltac [Thu, 11 May 2006 01:49:58 +0000]
dbicadmin now works when not specifying the where clause.
Daniel Westermann-Clark [Wed, 10 May 2006 20:46:16 +0000]
- Fix error message for bad find usage
- Restore backwards compatibility for e.g. $rs->find(id => $val)
- Add a test for the $rs->find(id => $val) backwards compatibility
Daniel Westermann-Clark [Wed, 10 May 2006 17:00:11 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r8956@fortuna (orig r1603): dwc | 2006-05-10 12:00:11 -0400
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation
Daniel Westermann-Clark [Wed, 10 May 2006 16:00:11 +0000]
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation
Daniel Westermann-Clark [Wed, 10 May 2006 15:55:35 +0000]
Revert previous bugfix; will apply to trunk
Daniel Westermann-Clark [Wed, 10 May 2006 15:02:14 +0000]
Row::update encapsulates this when passed a hashref; no point in duplication
Marc Mims [Tue, 9 May 2006 23:37:16 +0000]
Test case for DB2/400 over ODBC.
Marc Mims [Tue, 9 May 2006 23:21:39 +0000]
Test case for DB2/400 over ODBC.
Aran Deltac [Tue, 9 May 2006 22:17:38 +0000]
Fixes to _rs related docs.
Aran Deltac [Tue, 9 May 2006 22:02:44 +0000]
Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
Aran Deltac [Tue, 9 May 2006 20:00:56 +0000]
Merge 'trunk' into 'DBIx-Class-current'
Aran Deltac [Tue, 9 May 2006 15:00:56 +0000]
Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.
Marc Mims [Tue, 9 May 2006 00:02:54 +0000]
- Factored out sql_maker arguments so they can be customized by derived
::Storage::DBI::* modules.
- Customized sql_maker arguments for DB2/400 over ODBC.
Matt S Trout [Mon, 8 May 2006 23:03:00 +0000]
couple bugfixes
Marc Mims [Mon, 8 May 2006 17:41:54 +0000]
Generalized the loading of subclasses for specfic ODBC backends.
Jesper Krogh [Fri, 5 May 2006 17:25:54 +0000]
Fix to make the Postgresql-code handle Schemas. This should be non-intrusive to non-schema-users.
Marc Mims [Wed, 3 May 2006 21:20:08 +0000]
- Corrected a minor typo in a comment.
- Added an attribution in the documentation code the module is based on.
Marc Mims [Wed, 3 May 2006 21:07:59 +0000]
Load ::DBI::ODBC400 when a DB2/400 ODBC backend is detected.
Marc Mims [Wed, 3 May 2006 20:41:54 +0000]
Automatic primary key class for DB2/400 over ODBC
Matt S Trout [Wed, 3 May 2006 14:19:00 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r1642@thor (orig r1505): matthewt | 2006-04-22 16:29:28 +0000
cycle tests and a weaken call
r1657@thor (orig r1520): bluefeet | 2006-04-26 22:15:41 +0000
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
r1660@thor (orig r1523): matthewt | 2006-04-27 20:43:45 +0000
pod patch from ted
r1698@thor (orig r1561): dwc | 2006-05-01 19:29:37 +0000
Add example of multi-column foreign keys
r1699@thor (orig r1562): dwc | 2006-05-01 19:31:19 +0000
Add missing comma in example ;)
Daniel Westermann-Clark [Mon, 1 May 2006 19:31:19 +0000]
Add missing comma in example ;)
Daniel Westermann-Clark [Mon, 1 May 2006 19:29:37 +0000]
Add example of multi-column foreign keys
Daniel Westermann-Clark [Sun, 30 Apr 2006 17:38:26 +0000]
Fix evals for skipping test
Daniel Westermann-Clark [Sun, 30 Apr 2006 17:27:50 +0000]
bluefeet disabled the unique constraint in [1544]
Aran Deltac [Sun, 30 Apr 2006 15:38:19 +0000]
Call scripts/ script/ in the dbicadmin tests.
Aran Deltac [Sun, 30 Apr 2006 15:37:41 +0000]
Moved scripts to scrupt per what other CPAN modules do.
Aran Deltac [Sun, 30 Apr 2006 15:37:09 +0000]
Tests for dbicadmin.
Aran Deltac [Sun, 30 Apr 2006 14:41:53 +0000]
No longer support unique constraints in Ordered.
Aran Deltac [Sun, 30 Apr 2006 13:52:04 +0000]
Fix some errors with using unique constraints with Ordered.
Jess Robinson [Sat, 29 Apr 2006 19:38:43 +0000]
Default to using sqlt on deploy, if available
Jess Robinson [Sat, 29 Apr 2006 18:06:51 +0000]
Document create_ddl_dir method
Jess Robinson [Sat, 29 Apr 2006 17:47:24 +0000]
add create_ddl_dir for creating versioned sql statements from schema, and make DBICTest use it
Aran Deltac [Sat, 29 Apr 2006 03:25:15 +0000]
Docced JSON usage and added support for the attrs option.
Aran Deltac [Sat, 29 Apr 2006 02:44:47 +0000]
Newlines after each csv lines. Add trace option.
Aran Deltac [Sat, 29 Apr 2006 02:22:45 +0000]
Fixes to dbicadmin as well as the ability to support SELECTs.
Aran Deltac [Sat, 29 Apr 2006 01:31:20 +0000]
Initial JSON support for the dbicadmin script.
Matt S Trout [Thu, 27 Apr 2006 20:43:45 +0000]
pod patch from ted
Aran Deltac [Thu, 27 Apr 2006 01:36:52 +0000]
New dbicadmin script for bringing dbic objects to the unix command line.
Aran Deltac [Wed, 26 Apr 2006 22:15:41 +0000]
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
Jess Robinson [Mon, 24 Apr 2006 17:21:16 +0000]
Initial plans..
Matt S Trout [Sat, 22 Apr 2006 16:29:28 +0000]
cycle tests and a weaken call
Matt S Trout [Fri, 21 Apr 2006 15:55:46 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9749@obrien (orig r1500): nigel | 2006-04-20 16:22:07 +0100
Trivial documentation fixes
r9750@obrien (orig r1501): wdh | 2006-04-20 17:53:58 +0100
nuke DBI->trace calls
r9751@obrien (orig r1502): captainL | 2006-04-21 14:54:40 +0100
removed duff ResultSourceProxy links
Matt S Trout [Fri, 21 Apr 2006 15:55:20 +0000]
Make ordered use CASE (still doesn't pass tests, sigh)
Luke Saunders [Fri, 21 Apr 2006 13:54:40 +0000]
removed duff ResultSourceProxy links
Will Hawes [Thu, 20 Apr 2006 16:53:58 +0000]
nuke DBI->trace calls
Nigel Metheringham [Thu, 20 Apr 2006 15:22:07 +0000]
Trivial documentation fixes
Matt S Trout [Wed, 19 Apr 2006 23:46:58 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9713@obrien (orig r1493): purge | 2006-04-19 19:57:26 +0100
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
r9714@obrien (orig r1494): matthewt | 2006-04-19 21:18:18 +0100
Fix to copy
r9715@obrien (orig r1495): matthewt | 2006-04-19 21:47:36 +0100
fixup for Dumper brain damage
r9718@obrien (orig r1496): matthewt | 2006-04-19 23:01:31 +0100
make set_from_related handle undef
r9719@obrien (orig r1497): matthewt | 2006-04-20 00:19:13 +0100
nuked last remaining each uses. just because.
r9720@obrien (orig r1498): matthewt | 2006-04-20 00:45:47 +0100
Changes for 0.06002
Matt S Trout [Wed, 19 Apr 2006 23:45:47 +0000]
Changes for 0.06002
Matt S Trout [Wed, 19 Apr 2006 23:19:13 +0000]
nuked last remaining each uses. just because.
Matt S Trout [Wed, 19 Apr 2006 22:01:31 +0000]
make set_from_related handle undef
Matt S Trout [Wed, 19 Apr 2006 20:47:36 +0000]
fixup for Dumper brain damage
Matt S Trout [Wed, 19 Apr 2006 20:18:18 +0000]
Fix to copy
Simon Elliott [Wed, 19 Apr 2006 18:57:26 +0000]
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
Matt S Trout [Wed, 19 Apr 2006 17:58:48 +0000]
Fixed up tests post-merge
Matt S Trout [Wed, 19 Apr 2006 22:06:59 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9710@obrien (orig r1490): matthewt | 2006-04-19 17:06:59 +0100
fixup for search w/no args and cache
Matt S Trout [Wed, 19 Apr 2006 16:06:59 +0000]
fixup for search w/no args and cache
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:33:16 +0000]
Minor POD update: Remove quotes for consistency
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:19:51 +0000]
Merge 'find_changes' into 'DBIx-Class-current'
- add update_or_create_related to Relationship::Base
- add find_or_new to ResultSet/ResultSetProxy and find_or_new_related
to Relationship::Base
- add accessors for unique constraint names and coulums to
ResultSource/ResultSourceProxy
- rework ResultSet::find() to search unique constraints
- CDBICompat: modify retrieve to fix column casing when ColumnCase is
loaded
- CDBICompat: override find_or_create to fix column casing when
ColumnCase is loaded
Daniel Westermann-Clark [Wed, 19 Apr 2006 15:00:59 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r8506@fortuna (orig r1458): matthewt | 2006-04-16 18:03:29 -0400
grab ->dbh once per function in Storage::DBI
r8576@fortuna (orig r1486): wdh | 2006-04-19 04:09:37 -0400
remove icky ' = '
Will Hawes [Wed, 19 Apr 2006 08:09:37 +0000]
remove icky ' = '
Daniel Westermann-Clark [Tue, 18 Apr 2006 17:55:43 +0000]
Rename
Daniel Westermann-Clark [Tue, 18 Apr 2006 16:15:14 +0000]
Typo
Daniel Westermann-Clark [Tue, 18 Apr 2006 15:55:04 +0000]
Add tests for find by specific key, ordered columns
Daniel Westermann-Clark [Tue, 18 Apr 2006 15:43:47 +0000]
Minor cleanup
Daniel Westermann-Clark [Tue, 18 Apr 2006 08:02:40 +0000]
Add proxy methods and fill out Changes
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:49:43 +0000]
Simplify arguments
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:46:55 +0000]
No need to loop again
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:39:09 +0000]
Return the hash, not a ref
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:37:55 +0000]
Separate the input parsing from the unique hash building
Daniel Westermann-Clark [Tue, 18 Apr 2006 07:24:04 +0000]
Refactor unique constraint access to ResultSource
Daniel Westermann-Clark [Tue, 18 Apr 2006 00:57:16 +0000]
First pass at a cleaner implementation - only search unique constraints when columns are explicitly named, to avoid massive confusion
Daniel Westermann-Clark [Mon, 17 Apr 2006 22:19:55 +0000]
Documentation cleanup
Daniel Westermann-Clark [Mon, 17 Apr 2006 20:51:37 +0000]
Add find_or_new and find_or_new_related
Daniel Westermann-Clark [Mon, 17 Apr 2006 20:16:22 +0000]
Minor cleanup and check the row is clean
Daniel Westermann-Clark [Mon, 17 Apr 2006 19:35:26 +0000]
Update find docs re: key attribute
Daniel Westermann-Clark [Sun, 16 Apr 2006 22:52:34 +0000]
Add update_or_create_related
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:19:31 +0000]
Merge 'DBIx-Class-current' into 'find_changes'
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:19:18 +0000]
Merge 'DBIx-Class-current' into 'find_changes'
r8433@fortuna: dwc | 2006-04-11 12:36:42 -0400
r8431@fortuna (orig r1436): castaway | 2006-04-11 07:37:23 -0400
more TODOs
r8432@fortuna (orig r1437): matthewt | 2006-04-11 12:01:09 -0400
r9411@obrien (orig r1386): castaway | 2006-03-29 16:30:55 +0100
ResultSetManager example from CaptainCarlos
r9412@obrien (orig r1387): nigel | 2006-03-30 14:20:42 +0100
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
r9413@obrien (orig r1388): nigel | 2006-03-30 14:23:04 +0100
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
r9414@obrien (orig r1389): castaway | 2006-03-30 18:53:26 +0100
Typo fixups and small documentation expansions
r9426@obrien (orig r1396): matthewt | 2006-04-01 01:10:06 +0100
Storage::DBI error reporting improvement from Dan Sully
r9443@obrien (orig r1397): castaway | 2006-04-01 18:05:24 +0100
added "having"
r9444@obrien (orig r1398): castaway | 2006-04-01 22:28:34 +0100
New doc
r9447@obrien (orig r1401): purge | 2006-04-03 18:25:18 +0100
New tests for cascade_delete, including fail.
r9449@obrien (orig r1403): dsully | 2006-04-03 23:16:35 +0100
Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.
r9453@obrien (orig r1407): nigel | 2006-04-04 13:48:50 +0100
Added some track test data and a cascading relationship test
r9454@obrien (orig r1408): purge | 2006-04-04 13:52:56 +0100
Fix to cascade_delete courtesy mst.
r9458@obrien (orig r1412): castaway | 2006-04-04 20:52:05 +0100
Use DocMap
r9461@obrien (orig r1414): matthewt | 2006-04-05 01:16:49 +0100
Rid of a wantarray
r9497@obrien (orig r1418): nigel | 2006-04-06 15:20:32 +0100
Applied mst fixes for delete on resultsetin [839] to update. Factored out common code
r9498@obrien (orig r1419): matthewt | 2006-04-06 16:54:56 +0100
Fixup to Cursor, updated Changes
r9520@obrien (orig r1420): captainL | 2006-04-06 18:36:57 +0100
fixed multiple column count distincts in SQLite and Oracle
r9528@obrien (orig r1423): nigel | 2006-04-07 12:03:36 +0100
Made storage txn_* functions log DBI operations to SQL debug trace
r9534@obrien (orig r1429): matthewt | 2006-04-08 18:43:08 +0100
fix to update with undefined relations
r9558@obrien (orig r1434): castaway | 2006-04-08 22:27:33 +0100
Skip distinct tests on old sqlite versions
r9568@obrien (orig r1435): matthewt | 2006-04-08 22:53:55 +0100
0.06001 changes
Daniel Westermann-Clark [Tue, 11 Apr 2006 06:06:26 +0000]
Nasty hack for CDBI lowercasing all columns. Ideallly this will be pushed down to the CDBICompat layer, but I'm not sure how yet.
Daniel Westermann-Clark [Mon, 10 Apr 2006 21:24:17 +0000]
Cleanup
Daniel Westermann-Clark [Sat, 8 Apr 2006 20:26:39 +0000]
Refactor update_or_create
Daniel Westermann-Clark [Tue, 18 Apr 2006 18:18:54 +0000]
Merge 'DBIx-Class-current' into 'find_changes'
r8396@fortuna: dwc | 2006-04-08 15:14:50 -0400
r8395@fortuna (orig r1430): captainL | 2006-04-08 15:07:38 -0400
renamed 27result_set_column tests and fixed minor doc typo
Daniel Westermann-Clark [Sat, 8 Apr 2006 19:21:23 +0000]
Add unique constraint at mst's suggestion; find only works on unique constraints
Daniel Westermann-Clark [Sat, 8 Apr 2006 19:06:30 +0000]
First pass at reimplementation
Matt S Trout [Sun, 16 Apr 2006 22:03:29 +0000]
grab ->dbh once per function in Storage::DBI
Matt S Trout [Sun, 16 Apr 2006 21:22:47 +0000]
Merge 'trunk' into 'DBIx-Class-current'
r9637@obrien (orig r1450): castaway | 2006-04-14 15:08:57 +0100
oops, bogus many_to_many example in pod
r9641@obrien (orig r1453): matthewt | 2006-04-15 22:55:47 +0100
Fixed typo in Relationship POD
r9644@obrien (orig r1455): matthewt | 2006-04-16 20:21:28 +0100
disabled ->resultset caching
r9645@obrien (orig r1456): phaylon | 2006-04-16 21:57:56 +0100
inject_base filters out double entries
Robert Sedlacek [Sun, 16 Apr 2006 20:57:56 +0000]
inject_base filters out double entries
Matt S Trout [Sun, 16 Apr 2006 19:21:28 +0000]
disabled ->resultset caching
Matt S Trout [Sat, 15 Apr 2006 21:55:47 +0000]
Fixed typo in Relationship POD
Jess Robinson [Fri, 14 Apr 2006 14:08:57 +0000]
oops, bogus many_to_many example in pod