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 agoMerge 'view_support' into 'views'
Jess Robinson [Wed, 11 Feb 2009 14:38:08 +0000]
Merge 'view_support' into 'views'

Original code

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 agoMerge 'trunk' into 'rt_bug_41083'
Jason M. Mills [Tue, 10 Feb 2009 05:30:07 +0000]
Merge 'trunk' into 'rt_bug_41083'

Merged trunk in to rt_bug_t41083 branch via svk merge.

15 years agoModified fix - removed %done tracking and replaced with a more elegant and proper...
Jason M. Mills [Tue, 10 Feb 2009 00:23:28 +0000]
Modified fix - removed %done tracking and replaced with a more elegant and proper isa() sorting.
The core issue with this bug was that sub classes resultset class would be set before the related parent|super class
was to have it's resultset class. This would cause problems since sub-classes inherit resultset classes from it's parent.

Fix is simple, sort the source classes via sub-class last.

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 agoRemove bogus test:
Peter Rabbitson [Mon, 9 Feb 2009 09:37:34 +0000]
Remove bogus test:
mst: r5411 is groditi testing a fixed bug.

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 agoadding regression test for source_name
Guillermo Roditi [Thu, 5 Feb 2009 02:35:41 +0000]
adding regression test for source_name

15 years agouse store_column instead of set_column on insert
Guillermo Roditi [Wed, 4 Feb 2009 22:19:45 +0000]
use store_column instead of set_column on insert

15 years agoadding failing test to make sure insert doesnt call set_column
Guillermo Roditi [Wed, 4 Feb 2009 21:23:06 +0000]
adding failing test to make sure insert doesnt call set_column

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 agoextract test
Matt S Trout [Sun, 25 Jan 2009 22:27:59 +0000]
extract test

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 agothat's it
Peter Rabbitson [Sat, 24 Jan 2009 18:44:08 +0000]
that's it

15 years agoMerge 'multicreate' into 'multi_stuff'
Peter Rabbitson [Sat, 24 Jan 2009 18:39:02 +0000]
Merge 'multicreate' into 'multi_stuff'

merge from branches/multicreate

15 years agosmall refactor
Peter Rabbitson [Sat, 24 Jan 2009 18:28:29 +0000]
small refactor

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

15 years agoDev-Release 0.08099_06
Peter Rabbitson [Fri, 23 Jan 2009 07:37:10 +0000]
Dev-Release 0.08099_06

15 years agoDocs fixed, tests not fail..
Jess Robinson [Wed, 21 Jan 2009 22:55:19 +0000]
Docs fixed, tests not fail..

15 years agoFill in some missing changes
Peter Rabbitson [Wed, 21 Jan 2009 16:04:33 +0000]
Fill in some missing changes

15 years agobetter hook docs
Peter Rabbitson [Wed, 21 Jan 2009 15:52:25 +0000]
better hook docs

15 years agoleftover debug
Peter Rabbitson [Wed, 21 Jan 2009 13:56:49 +0000]
leftover debug

15 years agoFirst stab at properly documenting the new sqlt_hook for resultsources
Peter Rabbitson [Wed, 21 Jan 2009 13:51:21 +0000]
First stab at properly documenting the new sqlt_hook for resultsources

15 years agoremove_columns() sanitization by Oleg Pronin
Peter Rabbitson [Tue, 20 Jan 2009 23:39:24 +0000]
remove_columns() sanitization by Oleg Pronin

15 years agoAdd sqlt_deploy_hook to Result Source
Yuval Kogman [Tue, 20 Jan 2009 23:10:22 +0000]
Add sqlt_deploy_hook to Result Source

15 years agoChange my email
Peter Rabbitson [Tue, 20 Jan 2009 18:06:01 +0000]
Change my email

15 years agoDisable 103many_to_many_warning.t for perl 5.10 - warnings::register is broken on it
Peter Rabbitson [Tue, 20 Jan 2009 17:39:54 +0000]
Disable 103many_to_many_warning.t for perl 5.10 - warnings::register is broken on it