15 years agoadded timeout to sqlite health check because some buggy versions of sqlite just hang
Rafael Kitover [Fri, 20 Feb 2009 03:57:18 +0000]
added timeout to sqlite health check because some buggy versions of sqlite just hang

15 years agoModfied isa() check in set_from_related() to use class name returned from relationshi...
Jason M. Mills [Fri, 20 Feb 2009 03:27:41 +0000]
Modfied isa() check in set_from_related() to use class name returned from relationship_info() rather than class() accessor on object. This fixes an issue when using with Catalyst::Model::DBIC::Schema.

15 years agoMerge 'subquery' into 'trunk'
Rob Kinyon [Fri, 20 Feb 2009 03:11:07 +0000]
Merge 'subquery' into 'trunk'

r5529@rkinyon-lt-osx (orig r5528):  michaelr | 2009-02-18 21:24:44 -0500
added another TODO test for a nested from =>

r5536@rkinyon-lt-osx (orig r5535):  robkinyon | 2009-02-19 22:07:24 -0500
Fixed failing test

15 years agoFixed failing test
Rob Kinyon [Fri, 20 Feb 2009 03:07:24 +0000]
Fixed failing test

15 years agoMerge 'trunk' into 'subquery'
Jess Robinson [Wed, 18 Feb 2009 22:52:02 +0000]
Merge 'trunk' into 'subquery'

r5527@rkinyon-lt-osx (orig r5526):  castaway | 2009-02-18 16:52:02 -0500
Improved docs/description lots

15 years agoadded another TODO test for a nested from =>
Michael Reddick [Thu, 19 Feb 2009 02:24:44 +0000]
added another TODO test for a nested from =>

15 years agoImproved docs/description lots
Jess Robinson [Wed, 18 Feb 2009 21:52:02 +0000]
Improved docs/description lots

15 years agoMerge 'subquery' into 'trunk'
Rob Kinyon [Wed, 18 Feb 2009 19:59:26 +0000]
Merge 'subquery' into 'trunk'

15 years agoMerge 'trunk' into 'subquery'
John Napiorkowski [Wed, 18 Feb 2009 20:35:19 +0000]
Merge 'trunk' into 'subquery'

r5522@rkinyon-lt-osx (orig r5521):  jnapiorkowski | 2009-02-18 14:35:19 -0500
I guess ensure_connected does not have a return value... so I cannot use it. Fix for replication issue where replicants always get marked as unavailable even when there is no problem with them

15 years agoAdded some more POD in the Cookbook for correlated subqueries
Rob Kinyon [Wed, 18 Feb 2009 19:58:21 +0000]
Added some more POD in the Cookbook for correlated subqueries

15 years agoAdded my name
Rob Kinyon [Wed, 18 Feb 2009 19:54:31 +0000]
Added my name

15 years agoI guess ensure_connected does not have a return value... so I cannot use it. Fix...
John Napiorkowski [Wed, 18 Feb 2009 19:35:19 +0000]
I guess ensure_connected does not have a return value... so I cannot use it. Fix for replication issue where replicants always get marked as unavailable even when there is no problem with them

15 years agoMarked tests as TODO for later
Rob Kinyon [Wed, 18 Feb 2009 19:19:28 +0000]
Marked tests as TODO for later

15 years agoFixed a test expectation so the right failure is reported
Rob Kinyon [Wed, 18 Feb 2009 19:13:27 +0000]
Fixed a test expectation so the right failure is reported

15 years agoAlias properly checks ->{attrs}{alias}
Rob Kinyon [Wed, 18 Feb 2009 19:10:51 +0000]
Alias properly checks ->{attrs}{alias}

15 years agoas_query now provides its own parens
Rob Kinyon [Wed, 18 Feb 2009 16:52:42 +0000]
as_query now provides its own parens

15 years agoThe tests are truly failing tests
Rob Kinyon [Wed, 18 Feb 2009 03:06:02 +0000]
The tests are truly failing tests

15 years agoAdded TODO tests for +select and from with as_query
Rob Kinyon [Wed, 18 Feb 2009 02:50:16 +0000]
Added TODO tests for +select and from with as_query

15 years agoMoved the actual subquery test to a new subquery testfile
Rob Kinyon [Wed, 18 Feb 2009 02:37:09 +0000]
Moved the actual subquery test to a new subquery testfile

15 years agoMerge 'trunk' into 'subquery'
Rob Kinyon [Wed, 18 Feb 2009 02:26:58 +0000]
Merge 'trunk' into 'subquery'

r5500@rkinyon-lt-osx (orig r5499):  norbi | 2009-02-17 15:09:40 -0500
 r5616@vger:  mendel | 2009-02-17 20:39:09 +0100
  * Fixed to make it work with [colname => value] bind value format of SQLA.

r5501@rkinyon-lt-osx (orig r5500):  norbi | 2009-02-17 15:09:47 -0500
 r5621@vger:  mendel | 2009-02-17 21:09:08 +0100
  * Updated POD for using PostgreSQL arrays because of the \[$sql, @bind] bind value format change of SQLA.

r5502@rkinyon-lt-osx (orig r5501):  norbi | 2009-02-17 15:44:19 -0500
 r5624@vger:  mendel | 2009-02-17 21:11:58 +0100
  * Fixed the initial DROP TABLE statement (used to drop the wrong table).

r5503@rkinyon-lt-osx (orig r5502):  norbi | 2009-02-17 15:44:26 -0500
 r5625@vger:  mendel | 2009-02-17 21:43:54 +0100
  * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED' (introduced from the 'subquery' branch, made 72pg.t fail).

r5504@rkinyon-lt-osx (orig r5503):  norbi | 2009-02-17 15:56:09 -0500
 r5628@vger:  mendel | 2009-02-17 21:55:54 +0100
  * Added the missing POD of a sub.

r5505@rkinyon-lt-osx (orig r5504):  norbi | 2009-02-17 16:08:05 -0500
 r5630@vger:  mendel | 2009-02-17 22:07:56 +0100
  * Fixed the bug in the test that made it fail in the END block even if all tests were SKIPped.

r5506@rkinyon-lt-osx (orig r5505):  castaway | 2009-02-17 16:22:05 -0500
Add multiple database/schema FAQs

r5507@rkinyon-lt-osx (orig r5506):  norbi | 2009-02-17 16:22:57 -0500
 r5632@vger:  mendel | 2009-02-17 22:22:50 +0100
  * Added new test subs (is_same_sql, is_same_bind) and new predicate sub (eq_sql_bind) to DBIC::SqlMakerTest (SQL::Abstract::Test has these, so made them available here, too).

r5508@rkinyon-lt-osx (orig r5507):  caelum | 2009-02-17 16:58:34 -0500
minor Oracle changes
r5509@rkinyon-lt-osx (orig r5508):  caelum | 2009-02-17 17:39:59 -0500
changed WriteAll; to WriteAll(); in Makefile.PL because of some sort of installation weirdness in some places
r5510@rkinyon-lt-osx (orig r5509):  caelum | 2009-02-17 17:52:28 -0500
changed DBD::SQLite from a test_requires to a configure_requires
r5511@rkinyon-lt-osx (orig r5510):  norbi | 2009-02-17 18:09:49 -0500
 r5635@vger:  mendel | 2009-02-18 00:09:36 +0100
  * Added new TODO tests for bind attributes (for ->select, ->update, ->delete).

15 years ago * Added new TODO tests for bind attributes (for ->select, ->update, ->delete).
Norbert Buchmuller [Wed, 18 Feb 2009 06:09:36 +0000]
 * Added new TODO tests for bind attributes (for ->select, ->update, ->delete).

15 years agochanged DBD::SQLite from a test_requires to a configure_requires
Rafael Kitover [Tue, 17 Feb 2009 22:52:28 +0000]
changed DBD::SQLite from a test_requires to a configure_requires

15 years agochanged WriteAll; to WriteAll(); in Makefile.PL because of some sort of installation...
Rafael Kitover [Tue, 17 Feb 2009 22:39:59 +0000]
changed WriteAll; to WriteAll(); in Makefile.PL because of some sort of installation weirdness in some places

15 years agominor Oracle changes
Rafael Kitover [Tue, 17 Feb 2009 21:58:34 +0000]
minor Oracle changes

15 years ago * Added new test subs (is_same_sql, is_same_bind) and new predicate sub (eq_sql_bind...
Norbert Buchmuller [Wed, 18 Feb 2009 04:22:50 +0000]
 * Added new test subs (is_same_sql, is_same_bind) and new predicate sub (eq_sql_bind) to DBIC::SqlMakerTest (SQL::Abstract::Test has these, so made them available here, too).

15 years agoAdd multiple database/schema FAQs
Jess Robinson [Tue, 17 Feb 2009 21:22:05 +0000]
Add multiple database/schema FAQs

15 years ago * Fixed the bug in the test that made it fail in the END block even if all tests...
Norbert Buchmuller [Wed, 18 Feb 2009 04:07:56 +0000]
 * Fixed the bug in the test that made it fail in the END block even if all tests were SKIPped.

15 years ago * Added the missing POD of a sub.
Norbert Buchmuller [Wed, 18 Feb 2009 03:55:54 +0000]
 * Added the missing POD of a sub.

15 years ago * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED' (introduced from the 'subque...
Norbert Buchmuller [Wed, 18 Feb 2009 03:43:54 +0000]
 * Fixed the bug with omitting 'FOR UPDATE'/'FOR SHARED' (introduced from the 'subquery' branch, made 72pg.t fail).

15 years ago * Fixed the initial DROP TABLE statement (used to drop the wrong table).
Norbert Buchmuller [Wed, 18 Feb 2009 03:11:58 +0000]
 * Fixed the initial DROP TABLE statement (used to drop the wrong table).

15 years ago * Updated POD for using PostgreSQL arrays because of the \[$sql, @bind] bind value...
Norbert Buchmuller [Wed, 18 Feb 2009 03:09:08 +0000]
 * Updated POD for using PostgreSQL arrays because of the \[$sql, @bind] bind value format change of SQLA.

15 years ago * Fixed to make it work with [colname => value] bind value format of SQLA.
Norbert Buchmuller [Wed, 18 Feb 2009 02:39:09 +0000]
 * Fixed to make it work with [colname => value] bind value format of SQLA.

15 years agoMerge 'subquery' into 'trunk'
Rob Kinyon [Mon, 16 Feb 2009 22:09:12 +0000]
Merge 'subquery' into 'trunk'

15 years agoMerge 'trunk' into 'subquery'
Rob Kinyon [Mon, 16 Feb 2009 22:03:55 +0000]
Merge 'trunk' into 'subquery'

r5380@rkinyon-lt-osx (orig r5379):  jmmills | 2009-01-29 20:37:01 -0500
Added a more verbose non column accessor example.

r5381@rkinyon-lt-osx (orig r5380):  jmmills | 2009-01-29 20:42:02 -0500
editorial typo in my previous commit.

r5383@rkinyon-lt-osx (orig r5382):  semifor | 2009-01-30 08:54:42 -0500
Bring test current with DBICTest schema.
r5384@rkinyon-lt-osx (orig r5383):  castaway | 2009-01-30 09:27:38 -0500
DB2 compatibility fix, update test to add new artist column (ick)
remove code that calls now removed sub _RowNumberOver

r5385@rkinyon-lt-osx (orig r5384):  ribasushi | 2009-01-30 09:32:42 -0500
Add the _find_syntax caching back
r5386@rkinyon-lt-osx (orig r5385):  castaway | 2009-01-30 09:33:24 -0500
DB2 compat: add new artist rank field to col_info_for test

r5393@rkinyon-lt-osx (orig r5392):  ribasushi | 2009-01-31 15:40:50 -0500
pod align by dandv
r5394@rkinyon-lt-osx (orig r5393):  ribasushi | 2009-02-01 16:33:32 -0500
Fix the dbicadmin test for good
r5395@rkinyon-lt-osx (orig r5394):  ribasushi | 2009-02-01 17:44:39 -0500
Fix the dbicadmin test for good (take 2)
r5400@rkinyon-lt-osx (orig r5399):  ribasushi | 2009-02-02 12:38:16 -0500
Bring back _RowNumberOver deleted in the sqla commotion (revs: 5096,5322,5383)
r5401@rkinyon-lt-osx (orig r5400):  ribasushi | 2009-02-02 12:52:20 -0500
part 2
r5414@rkinyon-lt-osx (orig r5413):  ribasushi | 2009-02-05 04:09:39 -0500
Commit some debugging code
r5420@rkinyon-lt-osx (orig r5419):  plu | 2009-02-07 08:40:41 -0500
Possible to set locale in IC::DateTime extra => {} config
r5427@rkinyon-lt-osx (orig r5426):  ribasushi | 2009-02-07 12:57:53 -0500
Up trunk dependency versions
r5428@rkinyon-lt-osx (orig r5427):  ribasushi | 2009-02-07 12:59:04 -0500
Up dependency on SQLT (releasing now)
r5432@rkinyon-lt-osx (orig r5431):  groditi | 2009-02-09 15:27:27 -0500
backporting the set_column/store_column fix
r5433@rkinyon-lt-osx (orig r5432):  groditi | 2009-02-09 15:29:03 -0500
ahhhh my bad. svk patch ne patch. oops adding missing file
r5439@rkinyon-lt-osx (orig r5438):  ribasushi | 2009-02-10 05:18:09 -0500
Finally make the indexer happy wrt SQL::Translator::Parser::DBIx::Class
Hide DBIx::Class::CDBICompat::ColumnGroups::GrouperShim (was never indexed to begin with)

r5441@rkinyon-lt-osx (orig r5440):  ribasushi | 2009-02-10 06:19:20 -0500
More rh-bug related stuff:
- Improve message emmitted when confronted with a buggy system
- Port forgotten pieces from trunk to stopgap
r5442@rkinyon-lt-osx (orig r5441):  castaway | 2009-02-10 08:57:34 -0500
More docs, pointing at using deploy/create_ddl_dir

r5445@rkinyon-lt-osx (orig r5444):  castaway | 2009-02-10 16:41:58 -0500
1) Add docs to ATTRIBUTES to better explain where to use them
2) Make all() die if passed arguments.

r5447@rkinyon-lt-osx (orig r5446):  ribasushi | 2009-02-11 03:24:58 -0500
Test for resultset corruption by search()
r5448@rkinyon-lt-osx (orig r5447):  ribasushi | 2009-02-11 04:02:42 -0500
Add a weird extra test, that should work nevertheless
r5449@rkinyon-lt-osx (orig r5448):  ribasushi | 2009-02-11 04:17:55 -0500
Add missing shallow copy of seen_join
r5450@rkinyon-lt-osx (orig r5449):  ribasushi | 2009-02-11 05:37:36 -0500
make single() die if passed attributes
r5455@rkinyon-lt-osx (orig r5454):  nigel | 2009-02-11 10:07:28 -0500
 r10743@hex:  nigel | 2009-02-11 15:07:05 +0000
 Documentation update on startup speed

r5459@rkinyon-lt-osx (orig r5458):  groditi | 2009-02-11 20:49:26 -0500
fixed bug for undef_on_null_fk edge case
r5464@rkinyon-lt-osx (orig r5463):  nigel | 2009-02-12 09:27:38 -0500
 r10772@hex:  nigel | 2009-02-12 14:27:22 +0000
 Made update() on a rs that includes joins complain in the same way that delete() does.  Added tests for both update and delete checks.

r5465@rkinyon-lt-osx (orig r5464):  plu | 2009-02-13 05:27:36 -0500
Refactored and re-added r5041: Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed
r5466@rkinyon-lt-osx (orig r5465):  caelum | 2009-02-13 05:40:55 -0500
Some fixes for Oracle edge cases

r5467@rkinyon-lt-osx (orig r5466):  ribasushi | 2009-02-13 05:45:46 -0500
Some forgotten tests
r5468@rkinyon-lt-osx (orig r5467):  caelum | 2009-02-13 06:29:37 -0500
Throw exception on invalidated session if in a transaction.

r5472@rkinyon-lt-osx (orig r5471):  ribasushi | 2009-02-14 19:44:02 -0500
Make 81transactions.t DBIC_TRACE friendly
r5473@rkinyon-lt-osx (orig r5472):  ribasushi | 2009-02-14 19:45:44 -0500
A dbh_do statement executed with bind values will confuse the hell out of DBIC running in DBIC_TRACE=1 mode - stop sending TMI to _query_[start|end] from within dbh_do/_do_query
r5475@rkinyon-lt-osx (orig r5474):  plu | 2009-02-15 09:20:25 -0500
RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic does not handle fully-qualified table names
r5480@rkinyon-lt-osx (orig r5479):  caelum | 2009-02-15 18:30:00 -0500
Improved connected logic for Oracle storage

r5481@rkinyon-lt-osx (orig r5480):  caelum | 2009-02-15 19:20:27 -0500
sorry, I fucked up the indentation...
r5482@rkinyon-lt-osx (orig r5481):  ribasushi | 2009-02-16 03:48:49 -0500
Some cleanups of oracle patch
r5490@rkinyon-lt-osx (orig r5489):  robkinyon | 2009-02-16 16:27:49 -0500
Added a bit of explanation to resultsets to cut down on the repeated questions in #dbix-class

15 years agoAdded a bit of explanation to resultsets to cut down on the repeated questions in...
Rob Kinyon [Mon, 16 Feb 2009 21:27:49 +0000]
Added a bit of explanation to resultsets to cut down on the repeated questions in #dbix-class

15 years agoSome cleanups of oracle patch
Peter Rabbitson [Mon, 16 Feb 2009 08:48:49 +0000]
Some cleanups of oracle patch

15 years agosorry, I fucked up the indentation...
Rafael Kitover [Mon, 16 Feb 2009 00:20:27 +0000]
sorry, I fucked up the indentation...

15 years agoImproved connected logic for Oracle storage
Rafael Kitover [Sun, 15 Feb 2009 23:30:00 +0000]
Improved connected logic for Oracle storage

15 years agoSubqueries are done
Rob Kinyon [Sun, 15 Feb 2009 16:23:46 +0000]
Subqueries are done

15 years agoRT#38251: DBIx::Class::Storage::DBI::Oracle::Generic does not handle fully-qualified...
Johannes Plunien [Sun, 15 Feb 2009 14:20:25 +0000]
RT#38251: DBIx::Class::Storage::DBI::Oracle::Generic does not handle fully-qualified table names

15 years agoA dbh_do statement executed with bind values will confuse the hell out of DBIC runnin...
Peter Rabbitson [Sun, 15 Feb 2009 00:45:44 +0000]
A dbh_do statement executed with bind values will confuse the hell out of DBIC running in DBIC_TRACE=1 mode - stop sending TMI to _query_[start|end] from within dbh_do/_do_query

15 years agoMake 81transactions.t DBIC_TRACE friendly
Peter Rabbitson [Sun, 15 Feb 2009 00:44:02 +0000]
Make 81transactions.t DBIC_TRACE friendly

15 years agoAdded a passing test for initial simple subqueries
Rob Kinyon [Fri, 13 Feb 2009 19:56:40 +0000]
Added a passing test for initial simple subqueries

15 years agoAdded as_sql and as_subselect as wrappers around as_query
Rob Kinyon [Fri, 13 Feb 2009 19:43:12 +0000]
Added as_sql and as_subselect as wrappers around as_query

15 years agoThrow exception on invalidated session if in a transaction.
Rafael Kitover [Fri, 13 Feb 2009 11:29:37 +0000]
Throw exception on invalidated session if in a transaction.

15 years agoSome forgotten tests
Peter Rabbitson [Fri, 13 Feb 2009 10:45:46 +0000]
Some forgotten tests

15 years agoSome fixes for Oracle edge cases
Rafael Kitover [Fri, 13 Feb 2009 10:40:55 +0000]
Some fixes for Oracle edge cases

15 years agoRefactored and re-added r5041: Split sql statements for deploy only if SQLT::Producer...
Johannes Plunien [Fri, 13 Feb 2009 10:27:36 +0000]
Refactored and re-added r5041: Split sql statements for deploy only if SQLT::Producer returned a scalar containing all statements to be executed

15 years agoMade update() on a rs that includes joins complain in the same way that delete()...
Nigel Metheringham [Thu, 12 Feb 2009 20:27:22 +0000]
Made update() on a rs that includes joins complain in the same way that delete() does.  Added tests for both update and delete checks.

15 years agofixed bug for undef_on_null_fk edge case
Guillermo Roditi [Thu, 12 Feb 2009 01:49:26 +0000]
fixed bug for undef_on_null_fk edge case

15 years agoChecking in failing test
Rob Kinyon [Wed, 11 Feb 2009 16:24:11 +0000]
Checking in failing test

15 years agoDocumentation update on startup speed
Nigel Metheringham [Wed, 11 Feb 2009 21:07:05 +0000]
Documentation update on startup speed

15 years agocheck in bombing test for subquery-with-as_query
Rob Kinyon [Wed, 11 Feb 2009 14:45:23 +0000]
check in bombing test for subquery-with-as_query

15 years agomake single() die if passed attributes
Peter Rabbitson [Wed, 11 Feb 2009 10:37:36 +0000]
make single() die if passed attributes

15 years agoAdd missing shallow copy of seen_join
Peter Rabbitson [Wed, 11 Feb 2009 09:17:55 +0000]
Add missing shallow copy of seen_join

15 years agoAdd a weird extra test, that should work nevertheless
Peter Rabbitson [Wed, 11 Feb 2009 09:02:42 +0000]
Add a weird extra test, that should work nevertheless

15 years agoTest for resultset corruption by search()
Peter Rabbitson [Wed, 11 Feb 2009 08:24:58 +0000]
Test for resultset corruption by search()

15 years agoSwitched to use is_same_sql_bind() per ribasushi's suggestion
Rob Kinyon [Tue, 10 Feb 2009 22:53:48 +0000]
Switched to use is_same_sql_bind() per ribasushi's suggestion

15 years ago1) Add docs to ATTRIBUTES to better explain where to use them
Jess Robinson [Tue, 10 Feb 2009 21:41:58 +0000]
1) Add docs to ATTRIBUTES to better explain where to use them
2) Make all() die if passed arguments.

15 years agoAdded as_query() support to ResultSetColumn
Rob Kinyon [Tue, 10 Feb 2009 20:23:27 +0000]
Added as_query() support to ResultSetColumn

15 years agoAdded as_query to ResultSet with a couple tests
Rob Kinyon [Tue, 10 Feb 2009 20:10:10 +0000]
Added as_query to ResultSet with a couple tests

15 years agoMore docs, pointing at using deploy/create_ddl_dir
Jess Robinson [Tue, 10 Feb 2009 13:57:34 +0000]
More docs, pointing at using deploy/create_ddl_dir

15 years agoMore rh-bug related stuff:
Peter Rabbitson [Tue, 10 Feb 2009 11:19:20 +0000]
More rh-bug related stuff:
- Improve message emmitted when confronted with a buggy system
- Port forgotten pieces from trunk to stopgap

15 years agoFinally make the indexer happy wrt SQL::Translator::Parser::DBIx::Class
Peter Rabbitson [Tue, 10 Feb 2009 10:18:09 +0000]
Finally make the indexer happy wrt SQL::Translator::Parser::DBIx::Class
Hide DBIx::Class::CDBICompat::ColumnGroups::GrouperShim (was never indexed to begin with)

15 years agoahhhh my bad. svk patch ne patch. oops adding missing file
Guillermo Roditi [Mon, 9 Feb 2009 20:29:03 +0000]
ahhhh my bad. svk patch ne patch. oops adding missing file

15 years agobackporting the set_column/store_column fix
Guillermo Roditi [Mon, 9 Feb 2009 20:27:27 +0000]
backporting the set_column/store_column fix

15 years agoUp dependency on SQLT (releasing now)
Peter Rabbitson [Sat, 7 Feb 2009 17:59:04 +0000]
Up dependency on SQLT (releasing now)

15 years agoUp trunk dependency versions
Peter Rabbitson [Sat, 7 Feb 2009 17:57:53 +0000]
Up trunk dependency versions

15 years agoPossible to set locale in IC::DateTime extra => {} config
Johannes Plunien [Sat, 7 Feb 2009 13:40:41 +0000]
Possible to set locale in IC::DateTime extra => {} config

15 years agoCommit some debugging code
Peter Rabbitson [Thu, 5 Feb 2009 09:09:39 +0000]
Commit some debugging code

15 years agopart 2
Peter Rabbitson [Mon, 2 Feb 2009 17:52:20 +0000]
part 2

15 years agoBring back _RowNumberOver deleted in the sqla commotion (revs: 5096,5322,5383)
Peter Rabbitson [Mon, 2 Feb 2009 17:38:16 +0000]
Bring back _RowNumberOver deleted in the sqla commotion (revs: 5096,5322,5383)

15 years agoFix the dbicadmin test for good (take 2)
Peter Rabbitson [Sun, 1 Feb 2009 22:44:39 +0000]
Fix the dbicadmin test for good (take 2)

15 years agoFix the dbicadmin test for good
Peter Rabbitson [Sun, 1 Feb 2009 21:33:32 +0000]
Fix the dbicadmin test for good

15 years agopod align by dandv
Peter Rabbitson [Sat, 31 Jan 2009 20:40:50 +0000]
pod align by dandv

15 years agoDB2 compat: add new artist rank field to col_info_for test
Jess Robinson [Fri, 30 Jan 2009 14:33:24 +0000]
DB2 compat: add new artist rank field to col_info_for test

15 years agoAdd the _find_syntax caching back
Peter Rabbitson [Fri, 30 Jan 2009 14:32:42 +0000]
Add the _find_syntax caching back

15 years agoDB2 compatibility fix, update test to add new artist column (ick)
Jess Robinson [Fri, 30 Jan 2009 14:27:38 +0000]
DB2 compatibility fix, update test to add new artist column (ick)
remove code that calls now removed sub _RowNumberOver

15 years agoBring test current with DBICTest schema.
Marc Mims [Fri, 30 Jan 2009 13:54:42 +0000]
Bring test current with DBICTest schema.

15 years agoeditorial typo in my previous commit.
Jason M. Mills [Fri, 30 Jan 2009 01:42:02 +0000]
editorial typo in my previous commit.

15 years agoAdded a more verbose non column accessor example.
Jason M. Mills [Fri, 30 Jan 2009 01:37:01 +0000]
Added a more verbose non column accessor example.

15 years agoAdd the sqla test harness to the stopgap branch
Peter Rabbitson [Thu, 29 Jan 2009 18:45:46 +0000]
Add the sqla test harness to the stopgap branch

15 years agoMore verbosity as tomboh suggested
Peter Rabbitson [Thu, 29 Jan 2009 14:29:22 +0000]
More verbosity as tomboh suggested

15 years agoA pass is not strictly necessary for a test connection
Peter Rabbitson [Thu, 29 Jan 2009 09:41:53 +0000]
A pass is not strictly necessary for a test connection

15 years agoSanify 746mssql.t
Peter Rabbitson [Thu, 29 Jan 2009 09:14:31 +0000]
Sanify 746mssql.t

15 years agoBackporting uncovered an incomplete test
Peter Rabbitson [Thu, 29 Jan 2009 08:44:25 +0000]
Backporting uncovered an incomplete test

15 years agoremoved test variable
Devin Austin [Wed, 28 Jan 2009 11:13:25 +0000]
removed test variable

15 years agotesting dhoss's permissions
Devin Austin [Wed, 28 Jan 2009 11:11:45 +0000]
testing dhoss's permissions

15 years agoFixed spelling error
Devin Austin [Wed, 28 Jan 2009 11:06:08 +0000]
Fixed spelling error

15 years agowording
Peter Rabbitson [Wed, 28 Jan 2009 10:08:03 +0000]
wording

15 years agoOlder versions behave erratically in the new reentrant test
Peter Rabbitson [Wed, 28 Jan 2009 10:07:01 +0000]
Older versions behave erratically in the new reentrant test

15 years agomake load_optional_class smarter when confronted with a PAR environment
Peter Rabbitson [Wed, 28 Jan 2009 09:45:25 +0000]
make load_optional_class smarter when confronted with a PAR environment

15 years agoSpecial treatment of windows users - you can not segfault in a fork as there is no...
Peter Rabbitson [Wed, 28 Jan 2009 07:45:46 +0000]
Special treatment of windows users - you can not segfault in a fork as there is no proper fork()

15 years agoTest all available JSON:: implementations in 89dbicadmin.t
Peter Rabbitson [Tue, 27 Jan 2009 09:14:29 +0000]
Test all available JSON:: implementations in 89dbicadmin.t

15 years agoignore MANIFEST
Peter Rabbitson [Sun, 25 Jan 2009 10:46:50 +0000]
ignore MANIFEST

15 years agoFirst stab at restructuring with tests_recursive() - no functional changes
Peter Rabbitson [Sun, 25 Jan 2009 10:09:41 +0000]
First stab at restructuring with tests_recursive() - no functional changes

15 years agoAdjust MANIFEST
Peter Rabbitson [Sun, 25 Jan 2009 09:54:03 +0000]
Adjust MANIFEST

15 years agoAdd feature-list from nixed 09 branch
Peter Rabbitson [Sat, 24 Jan 2009 20:20:58 +0000]
Add feature-list from nixed 09 branch

15 years agomore typo patches by dandv
Peter Rabbitson [Fri, 23 Jan 2009 12:45:43 +0000]
more typo patches by dandv

15 years agoSome doc fixes by dandv
Peter Rabbitson [Fri, 23 Jan 2009 11:14:29 +0000]
Some doc fixes by dandv