17 years agoRenamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.
Aran Deltac [Sun, 28 May 2006 19:26:44 +0000]
Renamed AutoInflate::DateTime to InfalteColumn::DateTime in Changes.

17 years agoAdded Ordered as an additional change in 0.06999_01. Added myself (bluefeet) as...
Aran Deltac [Sun, 28 May 2006 19:24:11 +0000]
Added Ordered as an additional change in 0.06999_01.  Added myself (bluefeet) as a contributor in Class.pm.

17 years agoAdded test reorganization under 0.06999_01 in Changes file.
Aran Deltac [Sun, 28 May 2006 18:11:16 +0000]
Added test reorganization under 0.06999_01 in Changes file.

17 years agoChanges for 0.06999_01 release
Daniel Westermann-Clark [Sun, 28 May 2006 17:39:55 +0000]
Changes for 0.06999_01 release

17 years agoMerge 'find_compat' into 'DBIx-Class-current'
Daniel Westermann-Clark [Sun, 28 May 2006 01:06:02 +0000]
Merge 'find_compat' into 'DBIx-Class-current'

17 years agoRemove tabs from recent Changes
Daniel Westermann-Clark [Sun, 28 May 2006 01:32:24 +0000]
Remove tabs from recent Changes

17 years agoFix POD for name_unique_constraint
Daniel Westermann-Clark [Sun, 28 May 2006 01:31:20 +0000]
Fix POD for name_unique_constraint

17 years agoAdd automatic naming of unique constraints
Daniel Westermann-Clark [Sun, 28 May 2006 01:30:16 +0000]
Add automatic naming of unique constraints

17 years agoAnother minor cleanup
Daniel Westermann-Clark [Sun, 28 May 2006 00:06:02 +0000]
Another minor cleanup

17 years agoMinor cleanup
Daniel Westermann-Clark [Sun, 28 May 2006 00:00:08 +0000]
Minor cleanup

17 years agoFix for extraneous warning in 65multipk
Daniel Westermann-Clark [Sat, 27 May 2006 23:39:20 +0000]
Fix for extraneous warning in 65multipk

17 years agoFirst pass at verifying query uniqueness: Recursively collapse AST, acculumulating...
Daniel Westermann-Clark [Sat, 27 May 2006 23:33:15 +0000]
First pass at verifying query uniqueness: Recursively collapse AST, acculumulating values at the leafs.  If we get exactly one value for each unique column, we know the query is unique.

17 years agoRelax _unique_queries for *_related
Daniel Westermann-Clark [Sat, 27 May 2006 22:06:35 +0000]
Relax _unique_queries for *_related

17 years agoMerge 'DBIx-Class-current' into 'find_compat'
Justin Guenther [Fri, 26 May 2006 19:59:01 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

17 years agoAdd a warning for DBD::Pg < 1.49
Justin Guenther [Fri, 26 May 2006 18:59:01 +0000]
Add a warning for DBD::Pg < 1.49

17 years agohopefully fixup pg tests (thanks to zby, all bugs mine)
Matt S Trout [Fri, 26 May 2006 14:36:38 +0000]
hopefully fixup pg tests (thanks to zby, all bugs mine)

17 years agoUpdate naming for consistency with CDBICompat _build_query method
Daniel Westermann-Clark [Fri, 26 May 2006 14:35:01 +0000]
Update naming for consistency with CDBICompat _build_query method

17 years agoRefactor query building and verification so the warnings come from find
Daniel Westermann-Clark [Fri, 26 May 2006 04:56:36 +0000]
Refactor query building and verification so the warnings come from find

17 years agoMerge 'DBIx-Class-current' into 'find_compat'
Justin Guenther [Fri, 26 May 2006 00:27:00 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9327@fortuna (orig r1836):  jguenther | 2006-05-25 19:27:00 -0400
squashed a couple unnecessary warnings in the CDBI-compat tests

17 years agoMinor update to find_or_create docs re: how it searches
Daniel Westermann-Clark [Fri, 26 May 2006 04:35:59 +0000]
Minor update to find_or_create docs re: how it searches

17 years agoUse stricter find in update_or_create again
Daniel Westermann-Clark [Fri, 26 May 2006 04:14:48 +0000]
Use stricter find in update_or_create again

17 years agoRestore stricter find, but with compat warnings. find_related and friends cause...
Daniel Westermann-Clark [Fri, 26 May 2006 04:09:26 +0000]
Restore stricter find, but with compat warnings.  find_related and friends cause extraneous warnngs; not sure how to deal with this yet.

17 years agoHack for now, constraint in find if a key is specified
Daniel Westermann-Clark [Fri, 26 May 2006 00:16:45 +0000]
Hack for now, constraint in find if a key is specified

17 years agoRevert to old find and update_or_create algorithms for now
Daniel Westermann-Clark [Fri, 26 May 2006 00:05:07 +0000]
Revert to old find and update_or_create algorithms for now

17 years agosquashed a couple unnecessary warnings in the CDBI-compat tests
Justin Guenther [Thu, 25 May 2006 23:27:00 +0000]
squashed a couple unnecessary warnings in the CDBI-compat tests

17 years agoAdd a test for a search on a partial key, followed by a find
Daniel Westermann-Clark [Thu, 25 May 2006 23:03:12 +0000]
Add a test for a search on a partial key, followed by a find

17 years agoMerge 'DBIx-Class-current' into 'find_compat'
Daniel Westermann-Clark [Thu, 25 May 2006 23:00:39 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9322@fortuna (orig r1831):  jguenther | 2006-05-25 17:12:00 -0400
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
r9323@fortuna (orig r1832):  jguenther | 2006-05-25 17:17:57 -0400
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()

17 years agoChanged tests to use DBICTest->init_schema() instead of DBICTest::init_schema()
Justin Guenther [Thu, 25 May 2006 21:17:57 +0000]
Changed tests to use DBICTest->init_schema() instead of DBICTest::init_schema()

17 years agoSquashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t
Justin Guenther [Thu, 25 May 2006 21:12:00 +0000]
Squashed an extraneous warning in 82cascade_copy.t and fixed up 26dumper.t

17 years agoMerge 'DBIx-Class-current' into 'find_compat'
Daniel Westermann-Clark [Thu, 25 May 2006 19:19:39 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

r9296@fortuna (orig r1806):  bluefeet | 2006-05-25 12:16:28 -0400
Added TODO about changes to the rows attribute.
r9298@fortuna (orig r1808):  bluefeet | 2006-05-25 12:53:55 -0400
 r1808@moss (orig r1807):  jguenther | 2006-05-25 09:53:12 -0700
 Changed txn_do docs/Cookbook example to use closures, and made their content more consistent

r9300@fortuna (orig r1810):  bluefeet | 2006-05-25 13:04:25 -0400
 r1655@moss (orig r1654):  bluefeet | 2006-05-17 20:58:32 -0700
 Removed BasicRels and reorganized where the various init/setup code resides.

r9302@fortuna (orig r1812):  matthewt | 2006-05-25 14:19:21 -0400
piss off
r9303@fortuna (orig r1813):  bluefeet | 2006-05-25 14:24:20 -0400
 r1656@moss (orig r1655):  bluefeet | 2006-05-17 22:15:24 -0700
 Delete basicrels tests. Modify run tests to use new syntax.  Remove helperrels test wrappers.

r9305@fortuna (orig r1815):  bluefeet | 2006-05-25 14:34:59 -0400
Delete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in easly.
r9306@fortuna (orig r1816):  bluefeet | 2006-05-25 14:35:46 -0400
 r1657@moss (orig r1656):  bluefeet | 2006-05-17 22:28:10 -0700
 Move helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t

r9307@fortuna (orig r1817):  bluefeet | 2006-05-25 14:36:02 -0400
 r1658@moss (orig r1657):  bluefeet | 2006-05-17 23:44:53 -0700
 Fixes to tests so that they pass.

r9308@fortuna (orig r1818):  bluefeet | 2006-05-25 14:36:18 -0400

r9309@fortuna (orig r1819):  bluefeet | 2006-05-25 14:36:23 -0400
 r1795@moss (orig r1794):  bluefeet | 2006-05-24 12:50:31 -0700
 Move relationships out of Relationships.pm and in to the respective classes.  Removed references to PK::Auto.

r9310@fortuna (orig r1820):  bluefeet | 2006-05-25 14:36:42 -0400
 r1796@moss (orig r1795):  bluefeet | 2006-05-24 12:52:08 -0700
 Move population code from Schema to DBICTest.

r9311@fortuna (orig r1821):  bluefeet | 2006-05-25 14:36:50 -0400

r9312@fortuna (orig r1822):  bluefeet | 2006-05-25 14:36:55 -0400
 r1799@moss (orig r1798):  bluefeet | 2006-05-24 14:53:03 -0700
 Incorporate changes in -current.

r9313@fortuna (orig r1823):  bluefeet | 2006-05-25 14:37:10 -0400

r9314@fortuna (orig r1824):  bluefeet | 2006-05-25 14:37:16 -0400

r9315@fortuna (orig r1825):  bluefeet | 2006-05-25 14:37:23 -0400

r9318@fortuna (orig r1828):  bluefeet | 2006-05-25 14:39:07 -0400
 r1828@moss (orig r1827):  bluefeet | 2006-05-25 11:38:50 -0700
 Remove basicrels, helperrels, and run on t/.

17 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 25 May 2006 16:38:50 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'

r1828@moss (orig r1827):  bluefeet | 2006-05-25 11:38:50 -0700
Remove basicrels, helperrels, and run on t/.

17 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Thu, 25 May 2006 16:34:59 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

17 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 25 May 2006 18:37:23 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'

17 years agoDelete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in...
Aran Deltac [Thu, 25 May 2006 18:34:59 +0000]
Delete t/run/ and t/helperrels/ so that the reorganize_tests branch can merge in easly.

17 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Matt S Trout [Thu, 25 May 2006 16:19:21 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

r1813@moss (orig r1812):  matthewt | 2006-05-25 11:19:21 -0700
piss off

17 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 18 May 2006 03:15:24 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'

r1656@moss (orig r1655):  bluefeet | 2006-05-17 22:15:24 -0700
Delete basicrels tests. Modify run tests to use new syntax.  Remove helperrels test wrappers.

17 years agopiss off
Matt S Trout [Thu, 25 May 2006 18:19:21 +0000]
piss off

17 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Thu, 25 May 2006 17:13:31 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

17 years agoMerge 'reorganize_tests' into 'DBIx-Class-current'
Aran Deltac [Thu, 18 May 2006 01:58:32 +0000]
Merge 'reorganize_tests' into 'DBIx-Class-current'

r1655@moss (orig r1654):  bluefeet | 2006-05-17 20:58:32 -0700
Removed BasicRels and reorganized where the various init/setup code resides.

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Justin Guenther [Thu, 25 May 2006 14:53:12 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r1808@moss (orig r1807):  jguenther | 2006-05-25 09:53:12 -0700
Changed txn_do docs/Cookbook example to use closures, and made their content more consistent

17 years agoChanged txn_do docs/Cookbook example to use closures, and made their content more...
Justin Guenther [Thu, 25 May 2006 16:53:12 +0000]
Changed txn_do docs/Cookbook example to use closures, and made their content more consistent

17 years agoAdded TODO about changes to the rows attribute.
Aran Deltac [Thu, 25 May 2006 16:16:28 +0000]
Added TODO about changes to the rows attribute.

17 years agoMerge 'DBIx-Class-current' into 'find_compat'
Matt S Trout [Thu, 25 May 2006 00:30:34 +0000]
Merge 'DBIx-Class-current' into 'find_compat'

17 years agomarked DBIx::Class::DB as deprecated and due to be removed by 1.0
Matt S Trout [Wed, 24 May 2006 23:30:34 +0000]
marked DBIx::Class::DB as deprecated and due to be removed by 1.0

17 years agoIncorporate changes in -current.
Aran Deltac [Wed, 24 May 2006 21:53:03 +0000]
Incorporate changes in -current.

17 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Wed, 24 May 2006 20:08:27 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

r1763@moss (orig r1762):  matthewt | 2006-05-23 10:42:15 -0700
Sodding three-value for conditions
r1764@moss (orig r1763):  semifor | 2006-05-23 11:17:16 -0700
Just the column name, please.

r1768@moss (orig r1767):  matthewt | 2006-05-23 14:25:28 -0700
 r5824@cain (orig r1577):  captainL | 2006-05-08 15:30:56 +0000
 first version of refactored resultset

r1769@moss (orig r1768):  matthewt | 2006-05-23 14:25:36 -0700
 r5825@cain (orig r1578):  captainL | 2006-05-08 16:05:40 +0000
 better comments. resolution not done every time.

r1770@moss (orig r1769):  matthewt | 2006-05-23 14:25:39 -0700
 r5839@cain (orig r1592):  captainL | 2006-05-09 15:53:19 +0000
 failing test case and more resultset refactorage

r1771@moss (orig r1770):  matthewt | 2006-05-23 14:27:23 -0700
 r5885@cain (orig r1610):  captainL | 2006-05-11 10:44:44 +0000
 can now handle prefetch on resultset with join of same name

r1772@moss (orig r1771):  matthewt | 2006-05-23 14:27:26 -0700
 r5887@cain (orig r1612):  captainL | 2006-05-11 12:21:49 +0000
 merged recent -current changes into this branch

r1773@moss (orig r1772):  matthewt | 2006-05-23 14:27:47 -0700
 r5905@cain (orig r1618):  captainL | 2006-05-12 11:38:30 +0000
 proper deep merging on join attrs

r1774@moss (orig r1773):  matthewt | 2006-05-23 14:27:49 -0700
 r8824@cain (orig r1745):  captainL | 2006-05-22 13:12:18 +0000
 join merging working properly. some torture tests

r1775@moss (orig r1774):  matthewt | 2006-05-23 14:27:53 -0700
 r8827@cain (orig r1748):  captainL | 2006-05-22 15:06:16 +0000
 more torture test, cleaned up

r1776@moss (orig r1775):  matthewt | 2006-05-23 14:27:56 -0700
 r8828@cain (orig r1749):  captainL | 2006-05-22 15:23:44 +0000
 arg. bugfix

r1777@moss (orig r1776):  matthewt | 2006-05-23 14:27:59 -0700

r1778@moss (orig r1777):  matthewt | 2006-05-23 14:28:04 -0700
 r8844@cain (orig r1765):  matthewt | 2006-05-23 21:23:01 +0000
 works. win.

r1779@moss (orig r1778):  matthewt | 2006-05-23 14:28:08 -0700
 r8845@cain (orig r1766):  matthewt | 2006-05-23 21:23:49 +0000
 fixed screwed merge of Storage::DBI (my fault :)

r1781@moss (orig r1780):  gphat | 2006-05-23 14:48:56 -0700
Add support for +select and +as attributes to ResultSet

r1792@moss (orig r1791):  captainL | 2006-05-24 07:06:35 -0700
added changes from resultset-new-refactor
r1793@moss (orig r1792):  captainL | 2006-05-24 07:09:13 -0700
moved my name to correct place in list
r1797@moss (orig r1796):  bluefeet | 2006-05-24 13:08:16 -0700
 r1762@moss (orig r1761):  ash | 2006-05-23 08:36:07 -0700
 Added docs for quote_char, name_sep and offset RS attrib.

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Ash Berlin [Tue, 23 May 2006 13:36:07 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r1762@moss (orig r1761):  ash | 2006-05-23 08:36:07 -0700
Added docs for quote_char, name_sep and offset RS attrib.

17 years agoMove population code from Schema to DBICTest.
Aran Deltac [Wed, 24 May 2006 19:52:08 +0000]
Move population code from Schema to DBICTest.

17 years agoMove relationships out of Relationships.pm and in to the respective classes. Removed...
Aran Deltac [Wed, 24 May 2006 19:50:31 +0000]
Move relationships out of Relationships.pm and in to the respective classes.  Removed references to PK::Auto.

17 years agomoved my name to correct place in list
Luke Saunders [Wed, 24 May 2006 14:09:13 +0000]
moved my name to correct place in list

17 years agoadded changes from resultset-new-refactor
Luke Saunders [Wed, 24 May 2006 14:06:35 +0000]
added changes from resultset-new-refactor

17 years agoFirst pass: take what the user provides if we can't determine a unique query
Daniel Westermann-Clark [Wed, 24 May 2006 05:57:22 +0000]
First pass: take what the user provides if we can't determine a unique query

17 years agoAdd support for +select and +as attributes to ResultSet
Cory G Watson [Tue, 23 May 2006 21:48:56 +0000]
Add support for +select and +as attributes to ResultSet

17 years agoMerge 'resultset-new-refactor' into 'DBIx-Class-current'
Matt S Trout [Wed, 24 May 2006 02:23:49 +0000]
Merge 'resultset-new-refactor' into 'DBIx-Class-current'

17 years agofixed screwed merge of Storage::DBI (my fault :)
Matt S Trout [Tue, 23 May 2006 21:23:49 +0000]
fixed screwed merge of Storage::DBI (my fault :)

17 years agoworks. win.
Matt S Trout [Tue, 23 May 2006 21:23:01 +0000]
works. win.

17 years agoMerge 'DBIx-Class-current' into 'resultset-new-refactor'
Matt S Trout [Tue, 23 May 2006 20:21:54 +0000]
Merge 'DBIx-Class-current' into 'resultset-new-refactor'

r5826@cain (orig r1579):  semifor | 2006-05-08 17:41:54 +0000
Generalized the loading of subclasses for specfic ODBC backends.

r5829@cain (orig r1582):  semifor | 2006-05-09 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.

r5837@cain (orig r1590):  matthewt | 2006-05-09 13:45:52 +0000
 r5828@cain (orig r1581):  matthewt | 2006-05-08 23:03:00 +0000
 couple bugfixes

r5840@cain (orig r1593):  matthewt | 2006-05-09 18:03:41 +0000
 r5838@cain (orig r1591):  bluefeet | 2006-05-09 15:00:56 +0000
 Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.

r5870@cain (orig r1595):  bluefeet | 2006-05-09 22:02:44 +0000
Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
r5871@cain (orig r1596):  bluefeet | 2006-05-09 22:17:38 +0000
Fixes to _rs related docs.
r5872@cain (orig r1597):  semifor | 2006-05-09 23:21:39 +0000
Test case for DB2/400 over ODBC.

r5873@cain (orig r1598):  semifor | 2006-05-09 23:37:16 +0000
Test case for DB2/400 over ODBC.

r5876@cain (orig r1601):  dwc | 2006-05-10 15:02:14 +0000
Row::update encapsulates this when passed a hashref; no point in duplication
r5877@cain (orig r1602):  dwc | 2006-05-10 15:55:35 +0000
Revert previous bugfix; will apply to trunk
r5879@cain (orig r1604):  dwc | 2006-05-10 16:01:46 +0000
 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

r5880@cain (orig r1605):  dwc | 2006-05-10 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
r5881@cain (orig r1606):  bluefeet | 2006-05-11 01:49:58 +0000
dbicadmin now works when not specifying the where clause.
r5906@cain (orig r1619):  matthewt | 2006-05-12 14:16:48 +0000
 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

r5919@cain (orig r1620):  bluefeet | 2006-05-12 20:49:30 +0000
Testing commit.

r5923@cain (orig r1624):  matthewt | 2006-05-14 18:27:01 +0000
 r5922@cain (orig r1623):  matthewt | 2006-05-14 18:25:56 +0000
 tweaked might_have test for -current

r5924@cain (orig r1625):  castaway | 2006-05-14 19:11:48 +0000
Add foreign key constraint for new bookmark table

r5925@cain (orig r1626):  matthewt | 2006-05-15 01:33:12 +0000
don't ask
r5926@cain (orig r1627):  matthewt | 2006-05-15 01:34:00 +0000
don't ask
r5980@cain (orig r1628):  matthewt | 2006-05-15 04:19:23 +0000
dumped options from Build.PL
r8655@cain (orig r1629):  gphat | 2006-05-15 17:46:01 +0000
Add profiling support

r8695@cain (orig r1663):  matthewt | 2006-05-18 13:19:02 +0000
 r8675@cain (orig r1649):  castaway | 2006-05-17 09:28:27 +0000
 Documentation updates

 r8676@cain (orig r1650):  zarquon | 2006-05-17 09:49:18 +0000
 optimised last_insert_id example for searching
 r8691@cain (orig r1659):  castaway | 2006-05-18 09:48:30 +0000
 Add pod for params of inflate/deflate coderefs

r8709@cain (orig r1677):  tomk | 2006-05-18 17:13:14 +0000
Moved UUIDColumns from DBIX-Class-current into it's own dist in the trunk
r8710@cain (orig r1678):  matthewt | 2006-05-18 17:36:48 +0000
Moved PK::Auto into core
r8749@cain (orig r1702):  castaway | 2006-05-19 20:26:38 +0000
zbys Postgres casecheck patch

r8752@cain (orig r1703):  jguenther | 2006-05-19 20:50:55 +0000
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected
r8753@cain (orig r1704):  jguenther | 2006-05-19 20:56:32 +0000
removed DBICTest::Schema::Casecheck until someone adds it
r8764@cain (orig r1715):  matthewt | 2006-05-20 00:34:58 +0000
 r8698@cain (orig r1666):  tomk | 2006-05-18 15:56:54 +0000
 Moved UUIDColumns.pm over from main DBIx::Class dist

 r8699@cain (orig r1667):  tomk | 2006-05-18 15:59:52 +0000
 Moved UUIDMaker.pm over from main DBIx::Class dist

 r8707@cain (orig r1675):  tomk | 2006-05-18 16:49:41 +0000
 Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
 r8718@cain (orig r1681):  jguenther | 2006-05-18 18:32:06 +0000
 added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
 r8731@cain (orig r1684):  jguenther | 2006-05-18 21:55:45 +0000
 removed another couple extraneous $self->dbh calls
 r8732@cain (orig r1685):  jguenther | 2006-05-18 22:11:20 +0000
 fixed small error in the SYNOPSIS of ResultSetManager.pm
 r8733@cain (orig r1686):  jguenther | 2006-05-18 22:34:31 +0000
 fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
 r8741@cain (orig r1694):  castaway | 2006-05-19 12:42:20 +0000
 Update VERSION

 r8742@cain (orig r1695):  castaway | 2006-05-19 13:03:20 +0000
 Oops, fix bookmark thingy here too

 r8743@cain (orig r1696):  castaway | 2006-05-19 13:12:22 +0000
 .. And correct the number of tests

r8767@cain (orig r1718):  matthewt | 2006-05-20 00:53:52 +0000
 r1656@cain (orig r1519):  matthewt | 2006-04-26 03:19:25 +0000
 Added InflateColumn::DateTime component

r8768@cain (orig r1719):  matthewt | 2006-05-20 00:54:25 +0000
 r8669@cain (orig r1643):  matthewt | 2006-05-17 00:22:06 +0000
 Missing stuff for DateTime branch

r8769@cain (orig r1720):  matthewt | 2006-05-20 00:54:29 +0000

r8770@cain (orig r1721):  matthewt | 2006-05-20 00:54:33 +0000

r8771@cain (orig r1722):  matthewt | 2006-05-20 00:54:37 +0000
 r8762@cain (orig r1713):  matthewt | 2006-05-20 00:33:14 +0000
 added datetime parser types for the dbs I can find them for

r8772@cain (orig r1723):  matthewt | 2006-05-20 00:54:41 +0000
 r8763@cain (orig r1714):  matthewt | 2006-05-20 00:34:39 +0000
 added datetime parser for MSSQL (ta LTJake)

r8773@cain (orig r1724):  matthewt | 2006-05-20 00:54:44 +0000

r8774@cain (orig r1725):  matthewt | 2006-05-20 01:14:38 +0000
futz changes, fix populate. I'm a retard.
r8779@cain (orig r1730):  claco | 2006-05-20 20:40:55 +0000
Added delete_related tests to verify it only deletes related records
r8841@cain (orig r1762):  matthewt | 2006-05-23 17:42:15 +0000
Sodding three-value for conditions
r8842@cain (orig r1763):  semifor | 2006-05-23 18:17:16 +0000
Just the column name, please.

17 years agoJust the column name, please.
Marc Mims [Tue, 23 May 2006 18:17:16 +0000]
Just the column name, please.

17 years agoSodding three-value for conditions
Matt S Trout [Tue, 23 May 2006 17:42:15 +0000]
Sodding three-value for conditions

17 years agoAdded docs for quote_char, name_sep and offset RS attrib.
Ash Berlin [Tue, 23 May 2006 15:36:07 +0000]
Added docs for quote_char, name_sep and offset RS attrib.

17 years agoMerge 'DBIx-Class-current' into 'reorganize_tests'
Aran Deltac [Tue, 23 May 2006 13:23:45 +0000]
Merge 'DBIx-Class-current' into 'reorganize_tests'

r1664@moss (orig r1663):  matthewt | 2006-05-18 06:19:02 -0700
 r8675@cain (orig r1649):  castaway | 2006-05-17 09:28:27 +0000
 Documentation updates

 r8676@cain (orig r1650):  zarquon | 2006-05-17 09:49:18 +0000
 optimised last_insert_id example for searching
 r8691@cain (orig r1659):  castaway | 2006-05-18 09:48:30 +0000
 Add pod for params of inflate/deflate coderefs

r1678@moss (orig r1677):  tomk | 2006-05-18 10:13:14 -0700
Moved UUIDColumns from DBIX-Class-current into it's own dist in the trunk
r1679@moss (orig r1678):  matthewt | 2006-05-18 10:36:48 -0700
Moved PK::Auto into core
r1703@moss (orig r1702):  castaway | 2006-05-19 13:26:38 -0700
zbys Postgres casecheck patch

r1704@moss (orig r1703):  jguenther | 2006-05-19 13:50:55 -0700
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected
r1705@moss (orig r1704):  jguenther | 2006-05-19 13:56:32 -0700
removed DBICTest::Schema::Casecheck until someone adds it
r1716@moss (orig r1715):  matthewt | 2006-05-19 17:34:58 -0700
 r8698@cain (orig r1666):  tomk | 2006-05-18 15:56:54 +0000
 Moved UUIDColumns.pm over from main DBIx::Class dist

 r8699@cain (orig r1667):  tomk | 2006-05-18 15:59:52 +0000
 Moved UUIDMaker.pm over from main DBIx::Class dist

 r8707@cain (orig r1675):  tomk | 2006-05-18 16:49:41 +0000
 Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
 r8718@cain (orig r1681):  jguenther | 2006-05-18 18:32:06 +0000
 added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
 r8731@cain (orig r1684):  jguenther | 2006-05-18 21:55:45 +0000
 removed another couple extraneous $self->dbh calls
 r8732@cain (orig r1685):  jguenther | 2006-05-18 22:11:20 +0000
 fixed small error in the SYNOPSIS of ResultSetManager.pm
 r8733@cain (orig r1686):  jguenther | 2006-05-18 22:34:31 +0000
 fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
 r8741@cain (orig r1694):  castaway | 2006-05-19 12:42:20 +0000
 Update VERSION

 r8742@cain (orig r1695):  castaway | 2006-05-19 13:03:20 +0000
 Oops, fix bookmark thingy here too

 r8743@cain (orig r1696):  castaway | 2006-05-19 13:12:22 +0000
 .. And correct the number of tests

r1719@moss (orig r1718):  matthewt | 2006-05-19 17:53:52 -0700
 r1656@cain (orig r1519):  matthewt | 2006-04-26 03:19:25 +0000
 Added InflateColumn::DateTime component

r1720@moss (orig r1719):  matthewt | 2006-05-19 17:54:25 -0700
 r8669@cain (orig r1643):  matthewt | 2006-05-17 00:22:06 +0000
 Missing stuff for DateTime branch

r1721@moss (orig r1720):  matthewt | 2006-05-19 17:54:29 -0700

r1722@moss (orig r1721):  matthewt | 2006-05-19 17:54:33 -0700

r1723@moss (orig r1722):  matthewt | 2006-05-19 17:54:37 -0700
 r8762@cain (orig r1713):  matthewt | 2006-05-20 00:33:14 +0000
 added datetime parser types for the dbs I can find them for

r1724@moss (orig r1723):  matthewt | 2006-05-19 17:54:41 -0700
 r8763@cain (orig r1714):  matthewt | 2006-05-20 00:34:39 +0000
 added datetime parser for MSSQL (ta LTJake)

r1725@moss (orig r1724):  matthewt | 2006-05-19 17:54:44 -0700

r1726@moss (orig r1725):  matthewt | 2006-05-19 18:14:38 -0700
futz changes, fix populate. I'm a retard.
r1731@moss (orig r1730):  claco | 2006-05-20 13:40:55 -0700
Added delete_related tests to verify it only deletes related records

17 years agoarg. bugfix
Luke Saunders [Mon, 22 May 2006 15:23:44 +0000]
arg. bugfix

17 years agomore torture test, cleaned up
Luke Saunders [Mon, 22 May 2006 15:06:16 +0000]
more torture test, cleaned up

17 years agojoin merging working properly. some torture tests
Luke Saunders [Mon, 22 May 2006 13:12:18 +0000]
join merging working properly. some torture tests

17 years agoAdded delete_related tests to verify it only deletes related records
Christopher H. Laco [Sat, 20 May 2006 20:40:55 +0000]
Added delete_related tests to verify it only deletes related records

17 years agofutz changes, fix populate. I'm a retard.
Matt S Trout [Sat, 20 May 2006 01:14:38 +0000]
futz changes, fix populate. I'm a retard.

17 years agoMerge 'datetime' into 'DBIx-Class-current'
Matt S Trout [Sat, 20 May 2006 00:54:44 +0000]
Merge 'datetime' into 'DBIx-Class-current'

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Sat, 20 May 2006 00:34:58 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8698@cain (orig r1666):  tomk | 2006-05-18 15:56:54 +0000
Moved UUIDColumns.pm over from main DBIx::Class dist

r8699@cain (orig r1667):  tomk | 2006-05-18 15:59:52 +0000
Moved UUIDMaker.pm over from main DBIx::Class dist

r8707@cain (orig r1675):  tomk | 2006-05-18 16:49:41 +0000
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
r8718@cain (orig r1681):  jguenther | 2006-05-18 18:32:06 +0000
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
r8731@cain (orig r1684):  jguenther | 2006-05-18 21:55:45 +0000
removed another couple extraneous $self->dbh calls
r8732@cain (orig r1685):  jguenther | 2006-05-18 22:11:20 +0000
fixed small error in the SYNOPSIS of ResultSetManager.pm
r8733@cain (orig r1686):  jguenther | 2006-05-18 22:34:31 +0000
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
r8741@cain (orig r1694):  castaway | 2006-05-19 12:42:20 +0000
Update VERSION

r8742@cain (orig r1695):  castaway | 2006-05-19 13:03:20 +0000
Oops, fix bookmark thingy here too

r8743@cain (orig r1696):  castaway | 2006-05-19 13:12:22 +0000
.. And correct the number of tests

17 years agoadded datetime parser for MSSQL (ta LTJake)
Matt S Trout [Sat, 20 May 2006 00:34:39 +0000]
added datetime parser for MSSQL (ta LTJake)

17 years agoadded datetime parser types for the dbs I can find them for
Matt S Trout [Sat, 20 May 2006 00:33:14 +0000]
added datetime parser types for the dbs I can find them for

17 years agoMerge 'DBIx-Class-current' into 'datetime'
Matt S Trout [Fri, 19 May 2006 23:59:07 +0000]
Merge 'DBIx-Class-current' into 'datetime'

r8695@cain (orig r1663):  matthewt | 2006-05-18 13:19:02 +0000
 r8675@cain (orig r1649):  castaway | 2006-05-17 09:28:27 +0000
 Documentation updates

 r8676@cain (orig r1650):  zarquon | 2006-05-17 09:49:18 +0000
 optimised last_insert_id example for searching
 r8691@cain (orig r1659):  castaway | 2006-05-18 09:48:30 +0000
 Add pod for params of inflate/deflate coderefs

r8709@cain (orig r1677):  tomk | 2006-05-18 17:13:14 +0000
Moved UUIDColumns from DBIX-Class-current into it's own dist in the trunk
r8710@cain (orig r1678):  matthewt | 2006-05-18 17:36:48 +0000
Moved PK::Auto into core
r8749@cain (orig r1702):  castaway | 2006-05-19 20:26:38 +0000
zbys Postgres casecheck patch

r8752@cain (orig r1703):  jguenther | 2006-05-19 20:50:55 +0000
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected
r8753@cain (orig r1704):  jguenther | 2006-05-19 20:56:32 +0000
removed DBICTest::Schema::Casecheck until someone adds it

17 years agoremoved DBICTest::Schema::Casecheck until someone adds it
Justin Guenther [Fri, 19 May 2006 20:56:32 +0000]
removed DBICTest::Schema::Casecheck until someone adds it

17 years agoadded ensure_class_loaded method to Componentized, which should fix problems with...
Justin Guenther [Fri, 19 May 2006 20:50:55 +0000]
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected

17 years agozbys Postgres casecheck patch
Jess Robinson [Fri, 19 May 2006 20:26:38 +0000]
zbys Postgres casecheck patch

17 years ago.. And correct the number of tests
Jess Robinson [Fri, 19 May 2006 13:12:22 +0000]
.. And correct the number of tests

17 years agoOops, fix bookmark thingy here too
Jess Robinson [Fri, 19 May 2006 13:03:20 +0000]
Oops, fix bookmark thingy here too

17 years agoUpdate VERSION
Jess Robinson [Fri, 19 May 2006 12:42:20 +0000]
Update VERSION

17 years agofixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
Justin Guenther [Thu, 18 May 2006 22:34:31 +0000]
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm

17 years agofixed small error in the SYNOPSIS of ResultSetManager.pm
Justin Guenther [Thu, 18 May 2006 22:11:20 +0000]
fixed small error in the SYNOPSIS of ResultSetManager.pm

17 years agoremoved another couple extraneous $self->dbh calls
Justin Guenther [Thu, 18 May 2006 21:55:45 +0000]
removed another couple extraneous $self->dbh calls

17 years agoadded bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
Justin Guenther [Thu, 18 May 2006 18:32:06 +0000]
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()

17 years agoMoved PK::Auto into core
Matt S Trout [Thu, 18 May 2006 17:36:48 +0000]
Moved PK::Auto into core

17 years agoMoved UUIDColumns from DBIX-Class-current into it's own dist in the trunk
Thomas Kratz [Thu, 18 May 2006 17:13:14 +0000]
Moved UUIDColumns from DBIX-Class-current into it's own dist in the trunk

17 years agoUndoing changes commited in revisions 1664-1671... Sorry for the fuck up
Thomas Kratz [Thu, 18 May 2006 16:49:41 +0000]
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up

17 years agoMoved UUIDMaker.pm over from main DBIx::Class dist
Thomas Kratz [Thu, 18 May 2006 15:59:52 +0000]
Moved UUIDMaker.pm over from main DBIx::Class dist

17 years agoMoved UUIDColumns.pm over from main DBIx::Class dist
Thomas Kratz [Thu, 18 May 2006 15:56:54 +0000]
Moved UUIDColumns.pm over from main DBIx::Class dist

17 years agoMerge 'trunk' into 'DBIx-Class-current'
Matt S Trout [Thu, 18 May 2006 13:19:02 +0000]
Merge 'trunk' into 'DBIx-Class-current'

r8675@cain (orig r1649):  castaway | 2006-05-17 09:28:27 +0000
Documentation updates

r8676@cain (orig r1650):  zarquon | 2006-05-17 09:49:18 +0000
optimised last_insert_id example for searching
r8691@cain (orig r1659):  castaway | 2006-05-18 09:48:30 +0000
Add pod for params of inflate/deflate coderefs

17 years agoAdd pod for params of inflate/deflate coderefs
Jess Robinson [Thu, 18 May 2006 09:48:30 +0000]
Add pod for params of inflate/deflate coderefs

17 years agoFixes to tests so that they pass.
Aran Deltac [Thu, 18 May 2006 06:44:53 +0000]
Fixes to tests so that they pass.

17 years agoMove helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t
Aran Deltac [Thu, 18 May 2006 05:28:10 +0000]
Move helperrels/26sqlt.t, and all t/run/*.tl scripts, to t/*.t

17 years agoDelete basicrels tests. Modify run tests to use new syntax. Remove helperrels test...
Aran Deltac [Thu, 18 May 2006 05:15:24 +0000]
Delete basicrels tests. Modify run tests to use new syntax.  Remove helperrels test wrappers.

17 years agoRemoved BasicRels and reorganized where the various init/setup code resides.
Aran Deltac [Thu, 18 May 2006 03:58:32 +0000]
Removed BasicRels and reorganized where the various init/setup code resides.

17 years agooptimised last_insert_id example for searching
Kieren Diment [Wed, 17 May 2006 09:49:18 +0000]
optimised last_insert_id example for searching

17 years agoDocumentation updates
Jess Robinson [Wed, 17 May 2006 09:28:27 +0000]
Documentation updates

17 years agoMerge 'DBIx-Class-current' into 'datetime'
Matt S Trout [Wed, 17 May 2006 00:22:33 +0000]
Merge 'DBIx-Class-current' into 'datetime'

r10262@obrien (orig r1521):  bluefeet | 2006-04-27 02:36:52 +0100
New dbicadmin script for bringing dbic objects to the unix command line.
r10332@obrien (orig r1529):  bluefeet | 2006-04-29 02:31:20 +0100
Initial JSON support for the dbicadmin script.
r10333@obrien (orig r1530):  bluefeet | 2006-04-29 03:22:45 +0100
Fixes to dbicadmin as well as the ability to support SELECTs.
r10334@obrien (orig r1531):  bluefeet | 2006-04-29 03:44:47 +0100
Newlines after each csv lines.  Add trace option.
r10335@obrien (orig r1532):  bluefeet | 2006-04-29 04:25:15 +0100
Docced JSON usage and added support for the attrs option.
r10343@obrien (orig r1540):  castaway | 2006-04-29 18:47:24 +0100
add create_ddl_dir for creating versioned sql statements from schema, and make DBICTest use it

r10344@obrien (orig r1541):  castaway | 2006-04-29 19:06:51 +0100
Document create_ddl_dir method

r10345@obrien (orig r1542):  castaway | 2006-04-29 20:38:43 +0100
Default to using sqlt on deploy, if available

r10350@obrien (orig r1543):  bluefeet | 2006-04-30 14:52:04 +0100
Fix some errors with using unique constraints with Ordered.
r10351@obrien (orig r1544):  bluefeet | 2006-04-30 15:41:53 +0100
No longer support unique constraints in Ordered.
r10367@obrien (orig r1545):  bluefeet | 2006-04-30 16:37:09 +0100
Tests for dbicadmin.
r10369@obrien (orig r1546):  bluefeet | 2006-04-30 16:37:41 +0100
Moved scripts to scrupt per what other CPAN modules do.
r10370@obrien (orig r1547):  bluefeet | 2006-04-30 16:38:19 +0100
Call scripts/ script/ in the dbicadmin tests.
r10371@obrien (orig r1548):  dwc | 2006-04-30 18:27:50 +0100
bluefeet disabled the unique constraint in [1544]
r10372@obrien (orig r1549):  dwc | 2006-04-30 18:38:26 +0100
Fix evals for skipping test
r10387@obrien (orig r1564):  matthewt | 2006-05-03 15:19:00 +0100
 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 ;)

r10388@obrien (orig r1565):  semifor | 2006-05-03 21:41:54 +0100
Automatic primary key class for DB2/400 over ODBC

r10389@obrien (orig r1566):  semifor | 2006-05-03 22:07:59 +0100
Load ::DBI::ODBC400 when a DB2/400 ODBC backend is detected.

r10390@obrien (orig r1567):  semifor | 2006-05-03 22:20:08 +0100
- Corrected a minor typo in a comment.
- Added an attribution in the documentation code the module is based on.

r10392@obrien (orig r1569):  jesper | 2006-05-05 18:25:54 +0100
Fix to make the Postgresql-code handle Schemas. This should be non-intrusive to non-schema-users.

r10402@obrien (orig r1579):  semifor | 2006-05-08 18:41:54 +0100
Generalized the loading of subclasses for specfic ODBC backends.

r10405@obrien (orig r1582):  semifor | 2006-05-09 01:02:54 +0100
- Factored out sql_maker arguments so they can be customized by derived
::Storage::DBI::* modules.
- Customized sql_maker arguments for DB2/400 over ODBC.

r10413@obrien (orig r1590):  matthewt | 2006-05-09 14:45:52 +0100
 r5828@cain (orig r1581):  matthewt | 2006-05-08 23:03:00 +0000
 couple bugfixes

r10416@obrien (orig r1593):  matthewt | 2006-05-09 19:03:41 +0100
 r5838@cain (orig r1591):  bluefeet | 2006-05-09 15:00:56 +0000
 Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.

r10418@obrien (orig r1595):  bluefeet | 2006-05-09 23:02:44 +0100
Add search_rs to ResultSet and a new {$rel}_rs accessor to has_many.
r10419@obrien (orig r1596):  bluefeet | 2006-05-09 23:17:38 +0100
Fixes to _rs related docs.
r10420@obrien (orig r1597):  semifor | 2006-05-10 00:21:39 +0100
Test case for DB2/400 over ODBC.

r10421@obrien (orig r1598):  semifor | 2006-05-10 00:37:16 +0100
Test case for DB2/400 over ODBC.

r10424@obrien (orig r1601):  dwc | 2006-05-10 16:02:14 +0100
Row::update encapsulates this when passed a hashref; no point in duplication
r10425@obrien (orig r1602):  dwc | 2006-05-10 16:55:35 +0100
Revert previous bugfix; will apply to trunk
r10427@obrien (orig r1604):  dwc | 2006-05-10 17:01:46 +0100
 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

r10428@obrien (orig r1605):  dwc | 2006-05-10 21:46:16 +0100
- 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
r10429@obrien (orig r1606):  bluefeet | 2006-05-11 02:49:58 +0100
dbicadmin now works when not specifying the where clause.
r10442@obrien (orig r1619):  matthewt | 2006-05-12 15:16:48 +0100
 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

r10443@obrien (orig r1620):  bluefeet | 2006-05-12 21:49:30 +0100
Testing commit.

r10447@obrien (orig r1624):  matthewt | 2006-05-14 19:27:01 +0100
 r5922@cain (orig r1623):  matthewt | 2006-05-14 18:25:56 +0000
 tweaked might_have test for -current

r10448@obrien (orig r1625):  castaway | 2006-05-14 20:11:48 +0100
Add foreign key constraint for new bookmark table

r10449@obrien (orig r1626):  matthewt | 2006-05-15 02:33:12 +0100
don't ask
r10450@obrien (orig r1627):  matthewt | 2006-05-15 02:34:00 +0100
don't ask
r10451@obrien (orig r1628):  matthewt | 2006-05-15 05:19:23 +0100
dumped options from Build.PL
r10452@obrien (orig r1629):  gphat | 2006-05-15 18:46:01 +0100
Add profiling support

17 years agoMissing stuff for DateTime branch
Matt S Trout [Wed, 17 May 2006 00:22:06 +0000]
Missing stuff for DateTime branch

17 years agoAdd profiling support
Cory G Watson [Mon, 15 May 2006 17:46:01 +0000]
Add profiling support

17 years agodumped options from Build.PL
Matt S Trout [Mon, 15 May 2006 04:19:23 +0000]
dumped options from Build.PL

17 years agodon't ask
Matt S Trout [Mon, 15 May 2006 01:34:00 +0000]
don't ask

17 years agodon't ask
Matt S Trout [Mon, 15 May 2006 01:33:12 +0000]
don't ask