Rafael Kitover [Sun, 13 Sep 2009 08:27:44 +0000]
change _insert_dbh to _insert_storage
Rafael Kitover [Thu, 10 Sep 2009 00:16:03 +0000]
do blob update over _insert_dbh
Rafael Kitover [Wed, 9 Sep 2009 16:01:15 +0000]
remove Sub::Name hack for method dispatch, pass $next instead
Rafael Kitover [Wed, 9 Sep 2009 15:28:45 +0000]
Merge 'trunk' into 'sybase'
r20588@hlagh (orig r7613): ribasushi | 2009-09-09 08:16:12 -0400
Fix warning
r20589@hlagh (orig r7614): ribasushi | 2009-09-09 08:42:49 -0400
Really sanify exception text
Peter Rabbitson [Wed, 9 Sep 2009 12:42:49 +0000]
Really sanify exception text
Peter Rabbitson [Wed, 9 Sep 2009 12:16:12 +0000]
Fix warning
Rafael Kitover [Wed, 9 Sep 2009 10:27:02 +0000]
Merge 'trunk' into 'sybase'
r20554@hlagh (orig r7595): wreis | 2009-09-07 09:31:38 -0400
improved warn for Storable hooks in ResultSourceHandle
r20558@hlagh (orig r7597): ribasushi | 2009-09-07 10:26:59 -0400
Whoops - last_insert_id allows for multiple autoinc columns - support it in pg
r20560@hlagh (orig r7598): ribasushi | 2009-09-07 10:46:14 -0400
Prune duplicate constraints from the find() condition
r20578@hlagh (orig r7603): frew | 2009-09-08 14:13:29 -0400
Turn IDENTITY_INSERT back off after inserts
Rafael Kitover [Wed, 9 Sep 2009 10:08:36 +0000]
test multi-row blob update
Peter Rabbitson [Wed, 9 Sep 2009 08:41:15 +0000]
This should not have worked - I guess we lack tests?
Peter Rabbitson [Wed, 9 Sep 2009 08:38:41 +0000]
Reduce amount of perl-golf :)
Peter Rabbitson [Wed, 9 Sep 2009 07:40:29 +0000]
Much simpler
Peter Rabbitson [Wed, 9 Sep 2009 07:14:20 +0000]
Localisation ain't free, we don't do it unless we have to
Rafael Kitover [Wed, 9 Sep 2009 00:15:54 +0000]
remove unsafe_insert
Arthur Axel "fREW" Schmidt [Tue, 8 Sep 2009 18:13:29 +0000]
Turn IDENTITY_INSERT back off after inserts
Rafael Kitover [Mon, 7 Sep 2009 19:31:38 +0000]
fix _insert_dbh code to only connect when needed, doc update
Peter Rabbitson [Mon, 7 Sep 2009 14:46:14 +0000]
Prune duplicate constraints from the find() condition
Peter Rabbitson [Mon, 7 Sep 2009 14:26:59 +0000]
Whoops - last_insert_id allows for multiple autoinc columns - support it in pg
Wallace Reis [Mon, 7 Sep 2009 13:31:38 +0000]
improved warn for Storable hooks in ResultSourceHandle
Peter Rabbitson [Mon, 7 Sep 2009 10:38:31 +0000]
Merge 'trunk' into 'sybase'
r7511@Thesaurus (orig r7508): matthewt | 2009-09-03 20:12:53 +0200
get the COPYRIGHT in the right pless to not confuse META.yml generation
r7513@Thesaurus (orig r7510): ribasushi | 2009-09-03 20:41:22 +0200
r7514@Thesaurus (orig r7511): ribasushi | 2009-09-03 20:41:34 +0200
r7472@Thesaurus (orig r7469): norbi | 2009-09-01 21:43:08 +0200
r7635@vger: mendel | 2009-09-01 21:02:23 +0200
Added pointer to 'SQL functions on the lhs' to the 'using stored procs' section.
r7515@Thesaurus (orig r7512): ribasushi | 2009-09-03 20:41:44 +0200
r7473@Thesaurus (orig r7470): norbi | 2009-09-01 21:43:19 +0200
r7636@vger: mendel | 2009-09-01 21:09:43 +0200
Mentions the possibiliby of creating indexes on SQL function return values.
r7516@Thesaurus (orig r7513): ribasushi | 2009-09-03 20:41:52 +0200
r7474@Thesaurus (orig r7471): norbi | 2009-09-01 21:43:31 +0200
r7637@vger: mendel | 2009-09-01 21:19:14 +0200
Rewrote 'SQL functions on the lhs' to use the new SQLA literal SQL + bind feature.
r7517@Thesaurus (orig r7514): ribasushi | 2009-09-03 20:41:59 +0200
r7475@Thesaurus (orig r7472): norbi | 2009-09-01 21:43:42 +0200
r7638@vger: mendel | 2009-09-01 21:20:17 +0200
Added a comment to the example code to stress that it does not work.
r7518@Thesaurus (orig r7515): ribasushi | 2009-09-03 20:42:10 +0200
r7476@Thesaurus (orig r7473): norbi | 2009-09-01 21:43:54 +0200
r7639@vger: mendel | 2009-09-01 21:28:18 +0200
Added pointer to DBIx::Class::DynamicSubclass.
r7519@Thesaurus (orig r7516): ribasushi | 2009-09-03 20:42:15 +0200
r7477@Thesaurus (orig r7474): norbi | 2009-09-01 21:44:03 +0200
r7640@vger: mendel | 2009-09-01 21:30:13 +0200
Replaced deprecated \'colname DESC' order_by syntax with { -desc => 'colname' } syntax.
r7520@Thesaurus (orig r7517): ribasushi | 2009-09-03 20:42:22 +0200
r7478@Thesaurus (orig r7475): norbi | 2009-09-01 21:44:17 +0200
r7641@vger: mendel | 2009-09-01 21:32:48 +0200
Rewrote 'SQL functions on the lhs' to use the new SQLA literal SQL + bind feature.
r7521@Thesaurus (orig r7518): ribasushi | 2009-09-03 20:42:26 +0200
r7479@Thesaurus (orig r7476): norbi | 2009-09-01 21:44:28 +0200
r7642@vger: mendel | 2009-09-01 21:42:25 +0200
Added many-to-many add_to_*() example to stress that it returns the related row and not the linking table row.
r7522@Thesaurus (orig r7519): ribasushi | 2009-09-03 20:42:32 +0200
r7480@Thesaurus (orig r7477): norbi | 2009-09-01 22:14:25 +0200
r7653@vger: mendel | 2009-09-01 22:14:11 +0200
Fixed wrong literal SQL + bind examples (missing operator and placeholders).
r7523@Thesaurus (orig r7520): ribasushi | 2009-09-03 20:42:37 +0200
r7481@Thesaurus (orig r7478): norbi | 2009-09-01 22:30:48 +0200
r7655@vger: mendel | 2009-09-01 22:30:35 +0200
Fixed the bind value column names in the SQL literal + bind examples.
r7524@Thesaurus (orig r7521): ribasushi | 2009-09-03 20:42:45 +0200
r7482@Thesaurus (orig r7479): norbi | 2009-09-01 22:52:21 +0200
r7657@vger: mendel | 2009-09-01 22:52:09 +0200
Further improvement in the bind value column names in the SQL literal + bind examples.
r7549@Thesaurus (orig r7546): ribasushi | 2009-09-04 08:47:19 +0200
Stop connecting to determine dt-parser (test is in pg branch)
r7553@Thesaurus (orig r7550): ribasushi | 2009-09-04 11:20:48 +0200
Require sqla with bool support
r7560@Thesaurus (orig r7557): ribasushi | 2009-09-04 19:17:32 +0200
Dumper follies
r7561@Thesaurus (orig r7558): ribasushi | 2009-09-04 19:27:50 +0200
Even better sqla
r7570@Thesaurus (orig r7567): ribasushi | 2009-09-04 20:49:53 +0200
r7459@Thesaurus (orig r7456): rbuels | 2009-09-01 12:46:46 +0200
making another pg_unqualified_schema branch, for real this time
r7460@Thesaurus (orig r7457): rbuels | 2009-09-01 12:51:31 +0200
reworked tests for pg last_insert_id in presence of un-schema-qualified things. adds some todo tests, including a case for which is does not seem to be possible to correctly guess the sequence to use for the liid
r7461@Thesaurus (orig r7458): rbuels | 2009-09-01 12:54:34 +0200
in Pg storage, added a warning for case when the nextval sequence is not schema qualified
r7462@Thesaurus (orig r7459): rbuels | 2009-09-01 13:01:31 +0200
tweak to Pg test, warnings_like -> warnings_exist
r7463@Thesaurus (orig r7460): ribasushi | 2009-09-01 13:34:59 +0200
Rewrap todo properly
r7490@Thesaurus (orig r7487): ribasushi | 2009-09-02 14:16:01 +0200
Make pg sequence autodetect deterministic (or throw exceptions). Test needs adjusting
r7491@Thesaurus (orig r7488): rbuels | 2009-09-02 19:15:01 +0200
some reorganization and cleanup of pg-specific tests
r7492@Thesaurus (orig r7489): rbuels | 2009-09-02 20:08:31 +0200
more cleanup of 72pg.t
r7495@Thesaurus (orig r7492): rbuels | 2009-09-02 20:48:12 +0200
more cleanup of pg tests, added cascade to drop function, cleaned up create and drop of schemas to use dbh_do
r7496@Thesaurus (orig r7493): rbuels | 2009-09-02 20:50:42 +0200
oops, missed something screwed up by the pull
r7525@Thesaurus (orig r7522): rbuels | 2009-09-03 20:45:53 +0200
added __END__ before pod in Pg storage
r7526@Thesaurus (orig r7523): rbuels | 2009-09-03 20:46:00 +0200
renamed pg test schemas to be more organized
r7531@Thesaurus (orig r7528): rbuels | 2009-09-04 00:28:11 +0200
more pg test cleanup
r7532@Thesaurus (orig r7529): rbuels | 2009-09-04 00:28:17 +0200
more pg test cleanup
r7533@Thesaurus (orig r7530): rbuels | 2009-09-04 00:28:25 +0200
starting work on extended set of Pg auto-pk tests
r7534@Thesaurus (orig r7531): rbuels | 2009-09-04 00:28:31 +0200
more work on extended set of Pg auto-pk tests
r7535@Thesaurus (orig r7532): rbuels | 2009-09-04 00:28:39 +0200
more work on pg tests
r7536@Thesaurus (orig r7533): rbuels | 2009-09-04 00:28:45 +0200
more work on extended set of Pg auto-pk tests
r7537@Thesaurus (orig r7534): rbuels | 2009-09-04 00:28:50 +0200
added .gitignore for users of git-svn
r7538@Thesaurus (orig r7535): rbuels | 2009-09-04 00:28:58 +0200
more work on extended set of Pg auto-pk tests
r7539@Thesaurus (orig r7536): rbuels | 2009-09-04 00:29:04 +0200
added darcs and git to MANIFEST.SKIP version control skipping section
r7540@Thesaurus (orig r7537): rbuels | 2009-09-04 00:41:26 +0200
more work on extended set of Pg auto-pk tests
r7541@Thesaurus (orig r7538): rbuels | 2009-09-04 00:41:32 +0200
more work on extended set of Pg auto-pk tests
r7542@Thesaurus (orig r7539): rbuels | 2009-09-04 00:41:38 +0200
more work on extended set of Pg auto-pk tests
r7543@Thesaurus (orig r7540): rbuels | 2009-09-04 02:20:23 +0200
more work on extended set of Pg auto-pk tests
r7544@Thesaurus (orig r7541): rbuels | 2009-09-04 02:20:32 +0200
rewrote autoinc fetcher as a query into the pg_catalog. all the old tests pass now, but not my new tests. the new tests might be buggy
r7545@Thesaurus (orig r7542): rbuels | 2009-09-04 02:20:39 +0200
oops, forgot to put the drop for the extended tests back in the pg tests
r7546@Thesaurus (orig r7543): rbuels | 2009-09-04 02:41:56 +0200
couple of comment/documentation tweaks to pg storage driver
r7547@Thesaurus (orig r7544): rbuels | 2009-09-04 02:42:02 +0200
fixed my tests
r7548@Thesaurus (orig r7545): rbuels | 2009-09-04 02:42:09 +0200
clarified the POD in Pg storage driver regarding multi-schema support
r7551@Thesaurus (orig r7548): ribasushi | 2009-09-04 08:51:30 +0200
Proper unconnected test
r7554@Thesaurus (orig r7551): ribasushi | 2009-09-04 11:26:12 +0200
Fixes to pg test after review:
- Move the store_column test to 60core.t
- Streamline the select ... for update test
- Disable all exception warnings for normal test runs
r7555@Thesaurus (orig r7552): ribasushi | 2009-09-04 11:56:00 +0200
Rewrite selector using sqla
r7562@Thesaurus (orig r7559): rbuels | 2009-09-04 19:42:52 +0200
moved search_path querying function from Pg storage driver into tests
r7563@Thesaurus (orig r7560): rbuels | 2009-09-04 19:43:00 +0200
refactored how Pg storage driver calls sequence search, made erorror message more informative when query into pg_catalog fails
r7564@Thesaurus (orig r7561): rbuels | 2009-09-04 19:43:08 +0200
tweaked pg sequence discovery error message a bit more
r7565@Thesaurus (orig r7562): rbuels | 2009-09-04 19:43:17 +0200
added big block comment explaining Pg sequence discovery strategy
r7566@Thesaurus (orig r7563): rbuels | 2009-09-04 20:35:10 +0200
added code to use DBD::Pg column_info to fetch column default if recent enough
r7567@Thesaurus (orig r7564): rbuels | 2009-09-04 20:35:18 +0200
tweaked comment
r7568@Thesaurus (orig r7565): rbuels | 2009-09-04 20:35:30 +0200
oops, DBD::Pg 2.15.1 should be included in working versions
r7572@Thesaurus (orig r7569): ribasushi | 2009-09-04 21:32:01 +0200
Stop double-caching datetime_parser - keep it in the storage only
r7573@Thesaurus (orig r7570): ribasushi | 2009-09-04 21:36:39 +0200
No Serialize::Storable in core
r7574@Thesaurus (orig r7571): ribasushi | 2009-09-04 21:49:54 +0200
Changes
r7580@Thesaurus (orig r7577): ribasushi | 2009-09-06 12:28:44 +0200
Add mysterious exception test
r7582@Thesaurus (orig r7579): ribasushi | 2009-09-06 15:43:10 +0200
No connection - no cleanup
r7583@Thesaurus (orig r7580): ribasushi | 2009-09-06 15:45:51 +0200
Streamline test
r7584@Thesaurus (orig r7581): ribasushi | 2009-09-06 17:39:03 +0200
Test cleanup:
Benchmark and Data::Dumper have been in core forever
Make POD testing conditional as shown in http://use.perl.org/~Alias/journal/38822
Remove some dead cdbi test files
Stop openly giving contributors an option to override the authorcheck
r7585@Thesaurus (orig r7582): ribasushi | 2009-09-06 17:48:32 +0200
Done long time ago
r7586@Thesaurus (orig r7583): ribasushi | 2009-09-06 17:56:27 +0200
Release 0.08110
r7588@Thesaurus (orig r7585): ribasushi | 2009-09-06 18:33:46 +0200
Stop eating exceptions in ::Storage::DBI::DESTROY
r7589@Thesaurus (orig r7586): ribasushi | 2009-09-06 20:35:30 +0200
Centralize identity insert control for mssql (it seems that issuing an OFF is not necessary)
r7590@Thesaurus (orig r7587): ribasushi | 2009-09-06 20:45:41 +0200
Clearer MSSQL error message
r7591@Thesaurus (orig r7588): ribasushi | 2009-09-06 23:58:22 +0200
Fix mssql pod
r7592@Thesaurus (orig r7589): ribasushi | 2009-09-07 09:06:05 +0200
Release 0.08111
Peter Rabbitson [Mon, 7 Sep 2009 07:14:33 +0000]
Whoops this should not have committed
Peter Rabbitson [Mon, 7 Sep 2009 07:10:05 +0000]
Release 0.08111 tag
Peter Rabbitson [Mon, 7 Sep 2009 07:06:05 +0000]
Release 0.08111
Peter Rabbitson [Sun, 6 Sep 2009 21:58:22 +0000]
Fix mssql pod
Peter Rabbitson [Sun, 6 Sep 2009 18:45:41 +0000]
Clearer MSSQL error message
Peter Rabbitson [Sun, 6 Sep 2009 18:35:30 +0000]
Centralize identity insert control for mssql (it seems that issuing an OFF is not necessary)
Peter Rabbitson [Sun, 6 Sep 2009 16:33:46 +0000]
Stop eating exceptions in ::Storage::DBI::DESTROY
Peter Rabbitson [Sun, 6 Sep 2009 15:56:27 +0000]
Release 0.08110
Peter Rabbitson [Sun, 6 Sep 2009 15:48:32 +0000]
Done long time ago
Peter Rabbitson [Sun, 6 Sep 2009 15:39:03 +0000]
Test cleanup:
Benchmark and Data::Dumper have been in core forever
Make POD testing conditional as shown in http://use.perl.org/~Alias/journal/38822
Remove some dead cdbi test files
Stop openly giving contributors an option to override the authorcheck
Peter Rabbitson [Sun, 6 Sep 2009 13:45:51 +0000]
Streamline test
Peter Rabbitson [Sun, 6 Sep 2009 13:43:10 +0000]
No connection - no cleanup
Peter Rabbitson [Sun, 6 Sep 2009 10:28:44 +0000]
Add mysterious exception test
Rafael Kitover [Sat, 5 Sep 2009 05:23:57 +0000]
pending review by mpeppler
Peter Rabbitson [Fri, 4 Sep 2009 19:49:54 +0000]
Changes
Peter Rabbitson [Fri, 4 Sep 2009 19:36:39 +0000]
No Serialize::Storable in core
Peter Rabbitson [Fri, 4 Sep 2009 19:32:01 +0000]
Stop double-caching datetime_parser - keep it in the storage only
Peter Rabbitson [Fri, 4 Sep 2009 18:49:53 +0000]
Merge 'pg_unqualified_schema' into 'trunk'
Robert Buels [Fri, 4 Sep 2009 18:35:30 +0000]
oops, DBD::Pg 2.15.1 should be included in working versions
Robert Buels [Fri, 4 Sep 2009 18:35:18 +0000]
tweaked comment
Robert Buels [Fri, 4 Sep 2009 18:35:10 +0000]
added code to use DBD::Pg column_info to fetch column default if recent enough
Robert Buels [Fri, 4 Sep 2009 17:43:17 +0000]
added big block comment explaining Pg sequence discovery strategy
Robert Buels [Fri, 4 Sep 2009 17:43:08 +0000]
tweaked pg sequence discovery error message a bit more
Robert Buels [Fri, 4 Sep 2009 17:43:00 +0000]
refactored how Pg storage driver calls sequence search, made erorror message more informative when query into pg_catalog fails
Robert Buels [Fri, 4 Sep 2009 17:42:52 +0000]
moved search_path querying function from Pg storage driver into tests
Peter Rabbitson [Fri, 4 Sep 2009 17:27:50 +0000]
Even better sqla
Peter Rabbitson [Fri, 4 Sep 2009 17:17:32 +0000]
Dumper follies
Peter Rabbitson [Fri, 4 Sep 2009 09:56:00 +0000]
Rewrite selector using sqla
Peter Rabbitson [Fri, 4 Sep 2009 09:26:12 +0000]
Fixes to pg test after review:
- Move the store_column test to 60core.t
- Streamline the select ... for update test
- Disable all exception warnings for normal test runs
Peter Rabbitson [Fri, 4 Sep 2009 09:20:48 +0000]
Require sqla with bool support
Peter Rabbitson [Fri, 4 Sep 2009 06:51:30 +0000]
Proper unconnected test
Peter Rabbitson [Fri, 4 Sep 2009 06:50:57 +0000]
Merge 'trunk' into 'pg_unqualified_schema'
r7494@Thesaurus (orig r7491): rbuels | 2009-09-02 20:33:47 +0200
POD patch, corrected erroneous usage of dbh_do in Storage::DBI synopsis
r7500@Thesaurus (orig r7497): ribasushi | 2009-09-03 11:11:29 +0200
POD lists the storable hooks, but does no load them
r7501@Thesaurus (orig r7498): ribasushi | 2009-09-03 11:11:50 +0200
Storable sanification
r7502@Thesaurus (orig r7499): ribasushi | 2009-09-03 11:24:17 +0200
Storable is now in Core
r7503@Thesaurus (orig r7500): ribasushi | 2009-09-03 11:36:58 +0200
Make sure mysql is fixed
r7506@Thesaurus (orig r7503): ribasushi | 2009-09-03 17:16:17 +0200
Add podcoverage skip
r7507@Thesaurus (orig r7504): ribasushi | 2009-09-03 17:23:19 +0200
Consolidate _verify_pid calls
r7511@Thesaurus (orig r7508): matthewt | 2009-09-03 20:12:53 +0200
get the COPYRIGHT in the right pless to not confuse META.yml generation
r7513@Thesaurus (orig r7510): ribasushi | 2009-09-03 20:41:22 +0200
r7514@Thesaurus (orig r7511): ribasushi | 2009-09-03 20:41:34 +0200
r7472@Thesaurus (orig r7469): norbi | 2009-09-01 21:43:08 +0200
r7635@vger: mendel | 2009-09-01 21:02:23 +0200
Added pointer to 'SQL functions on the lhs' to the 'using stored procs' section.
r7515@Thesaurus (orig r7512): ribasushi | 2009-09-03 20:41:44 +0200
r7473@Thesaurus (orig r7470): norbi | 2009-09-01 21:43:19 +0200
r7636@vger: mendel | 2009-09-01 21:09:43 +0200
Mentions the possibiliby of creating indexes on SQL function return values.
r7516@Thesaurus (orig r7513): ribasushi | 2009-09-03 20:41:52 +0200
r7474@Thesaurus (orig r7471): norbi | 2009-09-01 21:43:31 +0200
r7637@vger: mendel | 2009-09-01 21:19:14 +0200
Rewrote 'SQL functions on the lhs' to use the new SQLA literal SQL + bind feature.
r7517@Thesaurus (orig r7514): ribasushi | 2009-09-03 20:41:59 +0200
r7475@Thesaurus (orig r7472): norbi | 2009-09-01 21:43:42 +0200
r7638@vger: mendel | 2009-09-01 21:20:17 +0200
Added a comment to the example code to stress that it does not work.
r7518@Thesaurus (orig r7515): ribasushi | 2009-09-03 20:42:10 +0200
r7476@Thesaurus (orig r7473): norbi | 2009-09-01 21:43:54 +0200
r7639@vger: mendel | 2009-09-01 21:28:18 +0200
Added pointer to DBIx::Class::DynamicSubclass.
r7519@Thesaurus (orig r7516): ribasushi | 2009-09-03 20:42:15 +0200
r7477@Thesaurus (orig r7474): norbi | 2009-09-01 21:44:03 +0200
r7640@vger: mendel | 2009-09-01 21:30:13 +0200
Replaced deprecated \'colname DESC' order_by syntax with { -desc => 'colname' } syntax.
r7520@Thesaurus (orig r7517): ribasushi | 2009-09-03 20:42:22 +0200
r7478@Thesaurus (orig r7475): norbi | 2009-09-01 21:44:17 +0200
r7641@vger: mendel | 2009-09-01 21:32:48 +0200
Rewrote 'SQL functions on the lhs' to use the new SQLA literal SQL + bind feature.
r7521@Thesaurus (orig r7518): ribasushi | 2009-09-03 20:42:26 +0200
r7479@Thesaurus (orig r7476): norbi | 2009-09-01 21:44:28 +0200
r7642@vger: mendel | 2009-09-01 21:42:25 +0200
Added many-to-many add_to_*() example to stress that it returns the related row and not the linking table row.
r7522@Thesaurus (orig r7519): ribasushi | 2009-09-03 20:42:32 +0200
r7480@Thesaurus (orig r7477): norbi | 2009-09-01 22:14:25 +0200
r7653@vger: mendel | 2009-09-01 22:14:11 +0200
Fixed wrong literal SQL + bind examples (missing operator and placeholders).
r7523@Thesaurus (orig r7520): ribasushi | 2009-09-03 20:42:37 +0200
r7481@Thesaurus (orig r7478): norbi | 2009-09-01 22:30:48 +0200
r7655@vger: mendel | 2009-09-01 22:30:35 +0200
Fixed the bind value column names in the SQL literal + bind examples.
r7524@Thesaurus (orig r7521): ribasushi | 2009-09-03 20:42:45 +0200
r7482@Thesaurus (orig r7479): norbi | 2009-09-01 22:52:21 +0200
r7657@vger: mendel | 2009-09-01 22:52:09 +0200
Further improvement in the bind value column names in the SQL literal + bind examples.
r7549@Thesaurus (orig r7546): ribasushi | 2009-09-04 08:47:19 +0200
Stop connecting to determine dt-parser (test is in pg branch)
Peter Rabbitson [Fri, 4 Sep 2009 06:47:19 +0000]
Stop connecting to determine dt-parser (test is in pg branch)
Robert Buels [Fri, 4 Sep 2009 00:42:09 +0000]
clarified the POD in Pg storage driver regarding multi-schema support
Robert Buels [Fri, 4 Sep 2009 00:42:02 +0000]
fixed my tests
Robert Buels [Fri, 4 Sep 2009 00:41:56 +0000]
couple of comment/documentation tweaks to pg storage driver
Robert Buels [Fri, 4 Sep 2009 00:20:39 +0000]
oops, forgot to put the drop for the extended tests back in the pg tests
Robert Buels [Fri, 4 Sep 2009 00:20:32 +0000]
rewrote autoinc fetcher as a query into the pg_catalog. all the old tests pass now, but not my new tests. the new tests might be buggy
Robert Buels [Fri, 4 Sep 2009 00:20:23 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:41:38 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:41:32 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:41:26 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:29:04 +0000]
added darcs and git to MANIFEST.SKIP version control skipping section
Robert Buels [Thu, 3 Sep 2009 22:28:58 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:28:45 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:28:39 +0000]
more work on pg tests
Robert Buels [Thu, 3 Sep 2009 22:28:31 +0000]
more work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:28:25 +0000]
starting work on extended set of Pg auto-pk tests
Robert Buels [Thu, 3 Sep 2009 22:28:17 +0000]
more pg test cleanup
Robert Buels [Thu, 3 Sep 2009 22:28:11 +0000]
more pg test cleanup
Robert Buels [Thu, 3 Sep 2009 18:46:00 +0000]
renamed pg test schemas to be more organized
Robert Buels [Thu, 3 Sep 2009 18:45:53 +0000]
added __END__ before pod in Pg storage
Peter Rabbitson [Thu, 3 Sep 2009 18:42:45 +0000]
Merge 'cookbook_fixes' into 'trunk'
Peter Rabbitson [Thu, 3 Sep 2009 18:24:14 +0000]
Minor cleanups
Matt S Trout [Thu, 3 Sep 2009 18:12:53 +0000]
get the COPYRIGHT in the right pless to not confuse META.yml generation
Peter Rabbitson [Thu, 3 Sep 2009 17:54:50 +0000]
Merge 'trunk' into 'sybase'
r7449@Thesaurus (orig r7446): caelum | 2009-08-31 04:36:08 +0200
support coderef connect_infos for repicated storage
r7450@Thesaurus (orig r7447): caelum | 2009-08-31 04:58:43 +0200
make replicant dsn detection a bit nicer
r7451@Thesaurus (orig r7448): caelum | 2009-08-31 17:30:37 +0200
fix case where repelicant coderef dsn does not connect
r7452@Thesaurus (orig r7449): arcanez | 2009-08-31 23:13:50 +0200
remove . from end of =head links
r7455@Thesaurus (orig r7452): ribasushi | 2009-09-01 10:38:37 +0200
Quote deps, avoid floating problems
r7456@Thesaurus (orig r7453): ribasushi | 2009-09-01 11:10:11 +0200
Fix misleading FAQ entry
r7464@Thesaurus (orig r7461): ribasushi | 2009-09-01 16:51:58 +0200
Fix insert_bulk with rebless
r7465@Thesaurus (orig r7462): ribasushi | 2009-09-01 16:52:39 +0200
Comment
r7466@Thesaurus (orig r7463): matthewt | 2009-09-01 17:17:08 +0200
clearer copyright
r7467@Thesaurus (orig r7464): matthewt | 2009-09-01 17:18:31 +0200
split copyright and license
r7469@Thesaurus (orig r7466): frew | 2009-09-01 20:27:36 +0200
pod describing strife with MSSQL
r7483@Thesaurus (orig r7480): ribasushi | 2009-09-02 11:07:04 +0200
Streamline pg test-schemas cleanup
r7484@Thesaurus (orig r7481): ribasushi | 2009-09-02 11:20:25 +0200
Centralize handling of minimum sqlt version to DBIx::Class
Bump version to the latest unborked sqlt (still just a recommend)
r7485@Thesaurus (orig r7482): ribasushi | 2009-09-02 11:31:50 +0200
Some cleanup... don't remember where it came from
r7486@Thesaurus (orig r7483): ribasushi | 2009-09-02 12:19:11 +0200
First part of mysql insanity
r7487@Thesaurus (orig r7484): ribasushi | 2009-09-02 12:25:35 +0200
Invoke default_join_type only on undefined types
r7488@Thesaurus (orig r7485): ribasushi | 2009-09-02 12:42:39 +0200
No fancy methods for the default_jointype, as we don't have proper sqlahacks inheritance and they are... well hacks
r7489@Thesaurus (orig r7486): ribasushi | 2009-09-02 13:00:07 +0200
Mysql v3 support (ick)
r7494@Thesaurus (orig r7491): rbuels | 2009-09-02 20:33:47 +0200
POD patch, corrected erroneous usage of dbh_do in Storage::DBI synopsis
r7500@Thesaurus (orig r7497): ribasushi | 2009-09-03 11:11:29 +0200
POD lists the storable hooks, but does no load them
r7501@Thesaurus (orig r7498): ribasushi | 2009-09-03 11:11:50 +0200
Storable sanification
r7502@Thesaurus (orig r7499): ribasushi | 2009-09-03 11:24:17 +0200
Storable is now in Core
r7503@Thesaurus (orig r7500): ribasushi | 2009-09-03 11:36:58 +0200
Make sure mysql is fixed
r7506@Thesaurus (orig r7503): ribasushi | 2009-09-03 17:16:17 +0200
Add podcoverage skip
r7507@Thesaurus (orig r7504): ribasushi | 2009-09-03 17:23:19 +0200
Consolidate _verify_pid calls
Peter Rabbitson [Thu, 3 Sep 2009 15:23:19 +0000]
Consolidate _verify_pid calls
Peter Rabbitson [Thu, 3 Sep 2009 15:16:17 +0000]
Add podcoverage skip
Peter Rabbitson [Thu, 3 Sep 2009 09:36:58 +0000]
Make sure mysql is fixed
Peter Rabbitson [Thu, 3 Sep 2009 09:24:17 +0000]
Storable is now in Core
Peter Rabbitson [Thu, 3 Sep 2009 09:11:50 +0000]
Storable sanification
Peter Rabbitson [Thu, 3 Sep 2009 09:11:29 +0000]
POD lists the storable hooks, but does no load them
Robert Buels [Wed, 2 Sep 2009 18:50:42 +0000]
oops, missed something screwed up by the pull
Robert Buels [Wed, 2 Sep 2009 18:48:12 +0000]
more cleanup of pg tests, added cascade to drop function, cleaned up create and drop of schemas to use dbh_do
Robert Buels [Wed, 2 Sep 2009 18:33:47 +0000]
POD patch, corrected erroneous usage of dbh_do in Storage::DBI synopsis
Peter Rabbitson [Wed, 2 Sep 2009 18:30:52 +0000]
Merge 'trunk' into 'pg_unqualified_schema'
r7464@Thesaurus (orig r7461): ribasushi | 2009-09-01 16:51:58 +0200
Fix insert_bulk with rebless
r7465@Thesaurus (orig r7462): ribasushi | 2009-09-01 16:52:39 +0200
Comment
r7466@Thesaurus (orig r7463): matthewt | 2009-09-01 17:17:08 +0200
clearer copyright
r7467@Thesaurus (orig r7464): matthewt | 2009-09-01 17:18:31 +0200
split copyright and license
r7469@Thesaurus (orig r7466): frew | 2009-09-01 20:27:36 +0200
pod describing strife with MSSQL
r7483@Thesaurus (orig r7480): ribasushi | 2009-09-02 11:07:04 +0200
Streamline pg test-schemas cleanup
r7484@Thesaurus (orig r7481): ribasushi | 2009-09-02 11:20:25 +0200
Centralize handling of minimum sqlt version to DBIx::Class
Bump version to the latest unborked sqlt (still just a recommend)
r7485@Thesaurus (orig r7482): ribasushi | 2009-09-02 11:31:50 +0200
Some cleanup... don't remember where it came from
r7486@Thesaurus (orig r7483): ribasushi | 2009-09-02 12:19:11 +0200
First part of mysql insanity
r7487@Thesaurus (orig r7484): ribasushi | 2009-09-02 12:25:35 +0200
Invoke default_join_type only on undefined types
r7488@Thesaurus (orig r7485): ribasushi | 2009-09-02 12:42:39 +0200
No fancy methods for the default_jointype, as we don't have proper sqlahacks inheritance and they are... well hacks
r7489@Thesaurus (orig r7486): ribasushi | 2009-09-02 13:00:07 +0200
Mysql v3 support (ick)
Robert Buels [Wed, 2 Sep 2009 18:08:31 +0000]
more cleanup of 72pg.t
Robert Buels [Wed, 2 Sep 2009 17:15:01 +0000]
some reorganization and cleanup of pg-specific tests
Peter Rabbitson [Wed, 2 Sep 2009 12:16:01 +0000]
Make pg sequence autodetect deterministic (or throw exceptions). Test needs adjusting
Peter Rabbitson [Wed, 2 Sep 2009 11:00:07 +0000]
Mysql v3 support (ick)
Peter Rabbitson [Wed, 2 Sep 2009 10:42:39 +0000]
No fancy methods for the default_jointype, as we don't have proper sqlahacks inheritance and they are... well hacks
Peter Rabbitson [Wed, 2 Sep 2009 10:25:35 +0000]
Invoke default_join_type only on undefined types
Peter Rabbitson [Wed, 2 Sep 2009 10:19:11 +0000]
First part of mysql insanity
Peter Rabbitson [Wed, 2 Sep 2009 09:31:50 +0000]
Some cleanup... don't remember where it came from
Peter Rabbitson [Wed, 2 Sep 2009 09:20:25 +0000]
Centralize handling of minimum sqlt version to DBIx::Class
Bump version to the latest unborked sqlt (still just a recommend)
Peter Rabbitson [Wed, 2 Sep 2009 09:07:04 +0000]
Streamline pg test-schemas cleanup
Norbert Buchmuller [Wed, 2 Sep 2009 03:52:09 +0000]
Further improvement in the bind value column names in the SQL literal + bind examples.
Norbert Buchmuller [Wed, 2 Sep 2009 03:30:35 +0000]
Fixed the bind value column names in the SQL literal + bind examples.
Norbert Buchmuller [Wed, 2 Sep 2009 03:14:11 +0000]
Fixed wrong literal SQL + bind examples (missing operator and placeholders).
Norbert Buchmuller [Wed, 2 Sep 2009 02:42:25 +0000]
Added many-to-many add_to_*() example to stress that it returns the related row and not the linking table row.
Norbert Buchmuller [Wed, 2 Sep 2009 02:32:48 +0000]
Rewrote 'SQL functions on the lhs' to use the new SQLA literal SQL + bind feature.