projects
/
dbsrgits/DBIx-Class-Historic.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
dbsrgits/DBIx-Class-Historic.git
2009-01-18
Norbert Buchmuller
* Removed temporary notes file (WHATSNEW.txt).
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
commit
|
commitdiff
|
tree
|
snapshot
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Peter Rabbitson
Fix borked t/bindtype_columns.t - TODO: still only...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-17
Peter Rabbitson
Stop 99dbic_sqlt_parser.t from breaking every time...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Johannes Plunien
Fixed typo in link
commit
|
commitdiff
|
tree
|
snapshot
2009-01-16
Peter Rabbitson
Proper MSSQL last_insert_id() scoping patch by abraxxa
commit
|
commitdiff
|
tree
|
snapshot
2009-01-14
Rafael Kitover
auto_savepoint support for Oracle and a note on txn_do...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Norbert Buchmuller
* Reworded $rs->current_source_alias POD (thanks to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-12
Norbert Buchmuller
* Implemented $rs->current_source_alias.
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Wallace Reis
not necessary
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Matt S Trout
fixup source registration bugs where schema-specific...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-09
Ricardo Signes
by setting conn_?id first, we prevent $storage->dbh...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Wallace Reis
reverting changes for versioning tests
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Wallace Reis
>result_source_instance->source_name should return...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Wallace Reis
failing test for load_namespace
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ricardo Signes
credit where credit is due; namely: ME!
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ricardo Signes
fix the just-added test; pass the Storage object to...
commit
|
commitdiff
|
tree
|
snapshot
2009-01-08
Ricardo Signes
failing test for callback on_connect_do getting storag...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-30
Jess Robinson
Add definitions of relationship and relationship bridge...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-29
Jess Robinson
Re-ordered method docs to be in a more user-needs-it...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-29
Jess Robinson
Added standard arguments/return value to all docced...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-24
Matt S Trout
make clear that search_like is only really there for...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-22
Yuval Kogman
map blob to PG_BYTEA on DBD::Pg
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Peter Rabbitson
Remove some cruft
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Peter Rabbitson
delete() POD patch from Michael Hendricks (slightly...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Peter Rabbitson
whops
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Peter Rabbitson
Fix ordering of 'use lib' and 'use' in tests
commit
|
commitdiff
|
tree
|
snapshot
2008-12-21
Norbert Buchmuller
* Added myself to the contributors list.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
Norbert Buchmuller
* Removed an outdated comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
Norbert Buchmuller
* Removed hiding of packages under t/.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
Norbert Buchmuller
* Removed hiding of packages under t/.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
Norbert Buchmuller
* Updated WHATSNEW.txt.
commit
|
commitdiff
|
tree
|
snapshot
2008-12-20
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
Peter Rabbitson
Todoify cdbi failing tests, waiting for schwern
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
John Napiorkowski
altered schema->populate so that it is a very thin...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-19
John Napiorkowski
more noise debugging messages if debug is on, minor...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-18
Peter Rabbitson
Some cleanups to the m2m warnings test
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Ash Berlin
Try to fix test on 5.10
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
somehow i messed up the merge. this fixes it
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
Merge 'belongs_to_null_col_fix' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
Merge 'belongs_to_null_col_fix' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
minor typo and style change
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
rename option to undef_on_null_fk and make it default...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
Guillermo Roditi
Introduce 'any_null_means_no_value' option to eliminate...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-16
John Napiorkowski
Merge 'trunk' into 'belongs_to_null_col_fix'
commit
|
commitdiff
|
tree
|
snapshot
2008-12-15
John Napiorkowski
changes to replication so that if a replicant is offlin...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-10
Guillermo Roditi
fix for bug. all tests seem to pass, we still need...
commit
|
commitdiff
|
tree
|
snapshot
2008-12-03
Ash Berlin
Make the many-to-many warning use warnings::register;
commit
|
commitdiff
|
tree
|
snapshot
2008-11-28
Norbert Buchmuller
* Replaced eq_bind() implementation to use Test::Deep...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
Norbert Buchmuller
* Replaced eq_bind() implementation with the current...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-26
Norbert Buchmuller
* Removed extra parens from the ON expression of JOIN...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Fixed the order of args of skip().
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Undid bumping of SQL::Abstract version dependency.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Renamed DBICTest::DBICDebugObj to DBIC::DebugObj.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Fixed the number of tests skipped in a SKIP block.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Wrapped SQL::Abstract::Test functionality in a new...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Documented using PostgreSQL arrays in Cookbook.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Fixed the test plan in 72pg.t.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Added a test for arrayref bind values in search...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Made some more tests SKIP if SQLA version < 1.50.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Disabled stringification of arrayref bind values...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-25
Norbert Buchmuller
* Made PostgreSQL array tests SKIP if SQLA version...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Norbert Buchmuller
* Added tests for passing arrayrefs as bind values...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Norbert Buchmuller
* Updated svn:ignore.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Norbert Buchmuller
* Added a WHATSNEW.txt file that summarises the change...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Norbert Buchmuller
* Documented order_by => [ { -desc => 'col' } ] syntax.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-21
Norbert Buchmuller
* Test cases for every supported order_by syntax.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Jess Robinson
Fix pod errors so that some storage subclasses show...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Peter Rabbitson
Minor doc patch by Caelum
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Peter Rabbitson
CDBI-compat tests by Dave Horwoth:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-20
Peter Rabbitson
Trunk passes tests again - todoify everything multicrea...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
Extend might_have test with ideas from zby
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
Failing tests by zby, showing that recursing insert...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
Silence cdbi tests like everything else
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
Two failing multicreate tests (the root cause of castaw...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
Two more sets of might_have - has_many relationships...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
One more (passing) multicreate test and a bit of cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-11-17
Peter Rabbitson
rip away a horribly wrong create_via_update test (will...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Peter Rabbitson
might_have test for castaway to break
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Peter Rabbitson
Add new test relationship - a track can have a relates...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Peter Rabbitson
Revert castaway's test - mildly bogus
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Norbert Buchmuller
* Added test cases to test if arrayref bind values...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Norbert Buchmuller
Merge 'resultsetcolumn_custom_columns' into 'trunk'
commit
|
commitdiff
|
tree
|
snapshot
2008-11-16
Peter Rabbitson
whops
commit
|
commitdiff
|
tree
|
snapshot
2008-11-15
Jess Robinson
Added failing create-multi test
commit
|
commitdiff
|
tree
|
snapshot
2008-11-15
Norbert Buchmuller
* Rewrote fetching the 'select' and 'as' values from...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-14
Norbert Buchmuller
* Fixed a bug: did not create the underlying resultset...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-14
Norbert Buchmuller
* Added ->first and ->reset implementation to ResultSe...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-14
Peter Rabbitson
we use register_extra_source() now
commit
|
commitdiff
|
tree
|
snapshot
2008-11-14
Peter Rabbitson
Document the new from usage
commit
|
commitdiff
|
tree
|
snapshot
2008-11-13
Peter Rabbitson
resultset attribute from can now take a scalarref and...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-13
Peter Rabbitson
result_class goodies by Caelum:
commit
|
commitdiff
|
tree
|
snapshot
2008-11-12
Norbert Buchmuller
* Bumped SQL::Abstract version dependency.
commit
|
commitdiff
|
tree
|
snapshot
2008-11-12
Norbert Buchmuller
* Made DBIC::SQL::Abstract pass on order_by hashref...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-12
Matt S Trout
Merge 'trunk' into 'sqla_1.50_compat'
commit
|
commitdiff
|
tree
|
snapshot
2008-11-12
Johannes Plunien
fixed 73oracle.t, added charfield
commit
|
commitdiff
|
tree
|
snapshot
2008-11-11
Norbert Buchmuller
* Fixed test cases of ResultSetColumn vs. +select...
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Peter Rabbitson
Clarify attributes argument of find()
commit
|
commitdiff
|
tree
|
snapshot
2008-11-10
Peter Rabbitson
belongs_to relationships are explicitly flagged by...
commit
|
commitdiff
|
tree
|
snapshot
next