projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
backporting the set_column/store_column fix
[dbsrgits/DBIx-Class.git]
/
lib
/
2009-02-09
Guillermo Roditi
backporting the set_column/store_column fix
tree
|
commitdiff
2009-02-07
Peter Rabbitson
Up dependency on SQLT (releasing now)
tree
|
commitdiff
2009-02-07
Johannes Plunien
Possible to set locale in IC::DateTime extra => {}...
tree
|
commitdiff
2009-02-02
Peter Rabbitson
part 2
tree
|
commitdiff
2009-02-02
Peter Rabbitson
Bring back _RowNumberOver deleted in the sqla commotion...
tree
|
commitdiff
2009-01-31
Peter Rabbitson
pod align by dandv
tree
|
commitdiff
2009-01-30
Peter Rabbitson
Add the _find_syntax caching back
tree
|
commitdiff
2009-01-30
Jess Robinson
DB2 compatibility fix, update test to add new artist...
tree
|
commitdiff
2009-01-30
Jason M. Mills
editorial typo in my previous commit.
tree
|
commitdiff
2009-01-30
Jason M. Mills
Added a more verbose non column accessor example.
tree
|
commitdiff
2009-01-28
Devin Austin
removed test variable
tree
|
commitdiff
2009-01-28
Devin Austin
testing dhoss's permissions
tree
|
commitdiff
2009-01-28
Devin Austin
Fixed spelling error
tree
|
commitdiff
2009-01-28
Peter Rabbitson
make load_optional_class smarter when confronted with...
tree
|
commitdiff
2009-01-23
Peter Rabbitson
more typo patches by dandv
tree
|
commitdiff
2009-01-23
Peter Rabbitson
Some doc fixes by dandv
tree
|
commitdiff
2009-01-23
Peter Rabbitson
Dev-Release 0.08099_06
tree
|
commitdiff
2009-01-21
Jess Robinson
Docs fixed, tests not fail..
tree
|
commitdiff
2009-01-21
Peter Rabbitson
better hook docs
tree
|
commitdiff
2009-01-21
Peter Rabbitson
First stab at properly documenting the new sqlt_hook...
tree
|
commitdiff
2009-01-20
Peter Rabbitson
remove_columns() sanitization by Oleg Pronin
tree
|
commitdiff
2009-01-20
Yuval Kogman
Add sqlt_deploy_hook to Result Source
tree
|
commitdiff
2009-01-20
Peter Rabbitson
Change my email
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
* Added documentation of "Arbitrary SQL through a...
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2009-01-18
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2009-01-16
Johannes Plunien
Fixed typo in link
tree
|
commitdiff
2009-01-16
Peter Rabbitson
Proper MSSQL last_insert_id() scoping patch by abraxxa
tree
|
commitdiff
2009-01-14
Rafael Kitover
auto_savepoint support for Oracle and a note on txn_do...
tree
|
commitdiff
2009-01-12
Norbert Buchmuller
* Reworded $rs->current_source_alias POD (thanks to...
tree
|
commitdiff
2009-01-12
Norbert Buchmuller
* Implemented $rs->current_source_alias.
tree
|
commitdiff
2009-01-09
Matt S Trout
fixup source registration bugs where schema-specific...
tree
|
commitdiff
2009-01-09
Ricardo Signes
by setting conn_?id first, we prevent $storage->dbh...
tree
|
commitdiff
2009-01-08
Ricardo Signes
credit where credit is due; namely: ME!
tree
|
commitdiff
2009-01-08
Ricardo Signes
fix the just-added test; pass the Storage object to...
tree
|
commitdiff
2008-12-30
Jess Robinson
Add definitions of relationship and relationship bridge...
tree
|
commitdiff
2008-12-29
Jess Robinson
Re-ordered method docs to be in a more user-needs-it...
tree
|
commitdiff
2008-12-29
Jess Robinson
Added standard arguments/return value to all docced...
tree
|
commitdiff
2008-12-24
Matt S Trout
make clear that search_like is only really there for...
tree
|
commitdiff
2008-12-22
Yuval Kogman
map blob to PG_BYTEA on DBD::Pg
tree
|
commitdiff
2008-12-21
Peter Rabbitson
delete() POD patch from Michael Hendricks (slightly...
tree
|
commitdiff
2008-12-21
Norbert Buchmuller
* Added myself to the contributors list.
tree
|
commitdiff
2008-12-20
Norbert Buchmuller
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2008-12-19
John Napiorkowski
altered schema->populate so that it is a very thin...
tree
|
commitdiff
2008-12-19
John Napiorkowski
more noise debugging messages if debug is on, minor...
tree
|
commitdiff
2008-12-18
Peter Rabbitson
Some cleanups to the m2m warnings test
tree
|
commitdiff
2008-12-16
Guillermo Roditi
somehow i messed up the merge. this fixes it
tree
|
commitdiff
2008-12-16
Guillermo Roditi
Merge 'belongs_to_null_col_fix' into 'trunk'
tree
|
commitdiff
2008-12-16
Guillermo Roditi
Merge 'belongs_to_null_col_fix' into 'trunk'
tree
|
commitdiff
2008-12-16
Guillermo Roditi
minor typo and style change
tree
|
commitdiff
2008-12-16
Guillermo Roditi
rename option to undef_on_null_fk and make it default...
tree
|
commitdiff
2008-12-16
Guillermo Roditi
Introduce 'any_null_means_no_value' option to eliminate...
tree
|
commitdiff
2008-12-16
John Napiorkowski
Merge 'trunk' into 'belongs_to_null_col_fix'
tree
|
commitdiff
2008-12-15
John Napiorkowski
changes to replication so that if a replicant is offlin...
tree
|
commitdiff
2008-12-10
Guillermo Roditi
fix for bug. all tests seem to pass, we still need...
tree
|
commitdiff
2008-12-03
Ash Berlin
Make the many-to-many warning use warnings::register;
tree
|
commitdiff
2008-11-26
Norbert Buchmuller
* Removed extra parens from the ON expression of JOIN...
tree
|
commitdiff
2008-11-25
Norbert Buchmuller
* Documented using PostgreSQL arrays in Cookbook.
tree
|
commitdiff
2008-11-25
Norbert Buchmuller
* Disabled stringification of arrayref bind values...
tree
|
commitdiff
2008-11-21
Norbert Buchmuller
* Documented order_by => [ { -desc => 'col' } ] syntax.
tree
|
commitdiff
2008-11-20
Jess Robinson
Fix pod errors so that some storage subclasses show...
tree
|
commitdiff
2008-11-20
Peter Rabbitson
Minor doc patch by Caelum
tree
|
commitdiff
2008-11-20
Peter Rabbitson
Trunk passes tests again - todoify everything multicrea...
tree
|
commitdiff
2008-11-17
Peter Rabbitson
Silence cdbi tests like everything else
tree
|
commitdiff
2008-11-16
Norbert Buchmuller
* Added test cases to test if arrayref bind values...
tree
|
commitdiff
2008-11-16
Norbert Buchmuller
Merge 'resultsetcolumn_custom_columns' into 'trunk'
tree
|
commitdiff
2008-11-15
Norbert Buchmuller
* Rewrote fetching the 'select' and 'as' values from...
tree
|
commitdiff
2008-11-14
Norbert Buchmuller
* Fixed a bug: did not create the underlying resultset...
tree
|
commitdiff
2008-11-14
Norbert Buchmuller
* Added ->first and ->reset implementation to ResultSe...
tree
|
commitdiff
2008-11-14
Peter Rabbitson
we use register_extra_source() now
tree
|
commitdiff
2008-11-14
Peter Rabbitson
Document the new from usage
tree
|
commitdiff
2008-11-13
Peter Rabbitson
resultset attribute from can now take a scalarref and...
tree
|
commitdiff
2008-11-13
Peter Rabbitson
result_class goodies by Caelum:
tree
|
commitdiff
2008-11-12
Norbert Buchmuller
* Made DBIC::SQL::Abstract pass on order_by hashref...
tree
|
commitdiff
2008-11-12
Matt S Trout
Merge 'trunk' into 'sqla_1.50_compat'
tree
|
commitdiff
2008-11-11
Norbert Buchmuller
* Fixed test cases of ResultSetColumn vs. +select...
tree
|
commitdiff
2008-11-10
Peter Rabbitson
Clarify attributes argument of find()
tree
|
commitdiff
2008-11-10
Peter Rabbitson
belongs_to relationships are explicitly flagged by...
tree
|
commitdiff
2008-11-10
Norbert Buchmuller
* Removed dead code (sub _RowNumberOver).
tree
|
commitdiff
2008-11-10
Norbert Buchmuller
* Converted some of the test cases to use SQL::Abstrac...
tree
|
commitdiff
2008-11-10
Peter Rabbitson
Switch out one more reliance on connect_info
tree
|
commitdiff
2008-11-10
John Napiorkowski
changed the way we get the DSN for debugging in replication
tree
|
commitdiff
2008-11-09
Peter Rabbitson
Switch schema management version calls from VERSION...
tree
|
commitdiff
2008-11-09
Peter Rabbitson
Fix detection of multiple rows being returned for singl...
tree
|
commitdiff
2008-11-07
Peter Rabbitson
Fix loss of objects on multicreate over several 1:M...
tree
|
commitdiff
2008-11-06
Steffen Schwigon
unhide SQL::Translator::Parser::DBIx::Class from pause...
tree
|
commitdiff
2008-11-06
Steffen Schwigon
pod documentation for SQL::Translator::Parser::DBIx...
tree
|
commitdiff
2008-11-06
Michael G Schwern
mk_group_accessor() is sometimes called internally...
tree
|
commitdiff
2008-11-04
Michael G Schwern
[rt.cpan.org 36863]
tree
|
commitdiff
2008-11-04
Michael G Schwern
Normalize indentation
tree
|
commitdiff
2008-11-02
Peter Rabbitson
Better linking in Relatiomship POD
tree
|
commitdiff
2008-11-02
Peter Rabbitson
Clarify Relationship POD
tree
|
commitdiff
2008-11-01
Johannes Plunien
rolling back my last change, waiting until new sqlt...
tree
|
commitdiff
2008-11-01
Johannes Plunien
fixed next warnings
tree
|
commitdiff
2008-11-01
Johannes Plunien
split sql statements for deploy only if SQLT::Producer...
tree
|
commitdiff
2008-10-30
Peter Rabbitson
Dev-Release 0.08099_05
tree
|
commitdiff
2008-10-30
Peter Rabbitson
Final set of DBI docfixes
tree
|
commitdiff
2008-10-30
Jess Robinson
Documentation fixups, still needs standardising though
tree
|
commitdiff
2008-10-30
Peter Rabbitson
Fix some lapses in Storage::DBI pod
tree
|
commitdiff
2008-10-30
Peter Rabbitson
add some things to castaway's rewrite
tree
|
commitdiff
next