projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
I was wrong about 2d12a809 - the crash is real
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
Storage
/
DBI
/
mysql.pm
2012-03-22
Peter Rabbitson
Remove all "magic number" DBI get_info calls from the...
blob
|
commitdiff
2012-02-14
Peter Rabbitson
Majorly cleanup $rs->update/delete (no $rs-aware code...
blob
|
commitdiff
|
diff to current
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
blob
|
commitdiff
|
diff to current
2011-04-29
Peter Rabbitson
Another overhaul of transaction/savepoint handling
blob
|
commitdiff
|
diff to current
2011-02-21
Rafael Kitover
Use a safer $dbh->get_info
blob
|
commitdiff
|
diff to current
2011-02-03
Rafael Kitover
add quote_names connect_info option
blob
|
commitdiff
|
diff to current
2011-01-25
Peter Rabbitson
Disable default mysql_auto_reconnect for MySQL
blob
|
commitdiff
|
diff to current
2010-08-27
Peter Rabbitson
Rename SQLAHacks to SQLMaker, shuffle around files...
blob
|
commitdiff
|
diff to current
2010-08-26
Peter Rabbitson
SQLA::Limit is no more \o/
blob
|
commitdiff
|
diff to current
2010-06-02
Peter Rabbitson
Auto-fill rdbms version for sqlt
blob
|
commitdiff
|
diff to current
2010-03-24
Peter Rabbitson
Straight_join support RT55579
blob
|
commitdiff
|
diff to current
2010-02-18
Peter Rabbitson
Retire useless abstraction (all rdbms need this anyway)
blob
|
commitdiff
|
diff to current
2010-01-31
Peter Rabbitson
This is not really used for anything (same code in...
blob
|
commitdiff
|
diff to current
2010-01-15
Peter Rabbitson
Better description of mysql strict option
blob
|
commitdiff
|
diff to current
2009-09-02
Peter Rabbitson
Mysql v3 support (ick)
blob
|
commitdiff
|
diff to current
2009-08-13
Peter Rabbitson
Caelum was right to make _get_dbh private - reverting...
blob
|
commitdiff
|
diff to current
2009-08-08
Peter Rabbitson
Merge 'reduce_pings' into 'trunk'
blob
|
commitdiff
|
diff to current
2009-08-07
Peter Rabbitson
Fix bogus POD
blob
|
commitdiff
|
diff to current
2009-08-05
Peter Rabbitson
Rename last_dbh and turn it into a public method
blob
|
commitdiff
|
diff to current
2009-08-05
Rafael Kitover
Merge 'trunk' into 'reduce_pings'
blob
|
commitdiff
|
diff to current
2009-08-03
Peter Rabbitson
Wrap up set_strict_mode for mysql
blob
|
commitdiff
|
diff to current
2009-07-14
Rafael Kitover
substantially reduced ping count, dynamic cursors suppo...
blob
|
commitdiff
|
diff to current
2009-07-04
Peter Rabbitson
Fix POD
blob
|
commitdiff
|
diff to current
2009-07-04
Peter Rabbitson
Fix POD
blob
|
commitdiff
|
diff to current
2009-07-04
Peter Rabbitson
Initial set_ansi_mode code - make sure to utilize _do_q...
blob
|
commitdiff
|
diff to current
2009-07-04
Peter Rabbitson
Backout mysql changes for further polishing
blob
|
commitdiff
|
diff to current
2009-07-04
Peter Rabbitson
Add set_ansi_mode POD
blob
|
commitdiff
|
diff to current
2009-07-03
Peter Rabbitson
Merge 'mssql_top_fixes' into 'trunk'
blob
|
commitdiff
|
diff to current
2009-07-03
Peter Rabbitson
Capitalize mysql commands
blob
|
commitdiff
|
diff to current
2009-07-03
Peter Rabbitson
Add set_ansi_mode on_connect_call for mysql
blob
|
commitdiff
|
diff to current
2009-07-03
Peter Rabbitson
Switch to C3 mro throughout the ::Storage hierarchy...
blob
|
commitdiff
|
diff to current
2009-07-02
Peter Rabbitson
Merge 'trunk' into 'mssql_top_fixes'
blob
|
commitdiff
|
diff to current
2009-07-01
Peter Rabbitson
Fixed deadlock test
blob
|
commitdiff
|
diff to current
2009-06-20
Peter Rabbitson
Add count_rs, move the code back from DBI - leave only...
blob
|
commitdiff
|
diff to current
2009-06-19
Peter Rabbitson
augment inheritance
blob
|
commitdiff
|
diff to current
2009-06-09
Arthur Axel "fREW...
Added AmbiguousGlob.pm for silly servers like mssql...
blob
|
commitdiff
|
diff to current
2009-06-07
Peter Rabbitson
Add mysql empty insert SQL override
blob
|
commitdiff
|
diff to current
2009-06-07
Peter Rabbitson
Fix for mysql subquery problem
blob
|
commitdiff
|
diff to current
2009-05-26
Peter Rabbitson
fix comments
blob
|
commitdiff
|
diff to current
2009-05-23
Peter Rabbitson
Add storage component of multipk resultset update/delet...
blob
|
commitdiff
|
diff to current
2009-05-23
Peter Rabbitson
Refactor rs_update_delete (too many methods for no...
blob
|
commitdiff
|
diff to current
2008-08-06
Luke Saunders
added with_deferred_fk_checks functionality to storage
blob
|
commitdiff
|
diff to current
2008-05-09
John Napiorkowski
fixed up the relicant status tests to exclude them...
blob
|
commitdiff
|
diff to current
2008-05-08
John Napiorkowski
converted replicant to a role so that we can apply...
blob
|
commitdiff
|
diff to current
2008-05-07
John Napiorkowski
changed the way args are passed to a storage, should...
blob
|
commitdiff
|
diff to current
2008-03-23
Cory G Watson
Remove unnecessary passing of $self->dbh as a separate...
blob
|
commitdiff
|
diff to current
2008-03-23
Cory G Watson
Merge 0.09's savepoint branch
blob
|
commitdiff
|
diff to current
2006-08-24
Brandon L. Black
clean up the way dbh_do is used in Storage::* so that...
blob
|
commitdiff
|
diff to current
2006-07-23
Brandon L. Black
infect the storage subdrivers
blob
|
commitdiff
|
diff to current
2006-03-26
Brandon L. Black
converted tabs to spaces, removed trailing whitespace
blob
|
commitdiff
|
diff to current
2006-02-28
Simon Elliott
fix for deploying MySQL schemas. schema debug++
blob
|
commitdiff
|
diff to current
2006-02-09
Jess Robinson
Shovelling PK::Auto stuff where it belongs..
blob
|
commitdiff
|
diff to current