2010-02-12 |
Peter Rabbitson |
Move replicated to Opt::Deps |
tree | commitdiff |
2010-02-12 |
Peter Rabbitson |
Merge 'trunk' into 'dephandling' |
tree | commitdiff |
2010-02-12 |
Peter Rabbitson |
Move sqlt dephandling to Optional::Deps |
tree | commitdiff |
2010-02-11 |
Rafael Kitover |
support the DATE data type for Firebird |
tree | commitdiff |
2010-02-11 |
Rafael Kitover |
savepoints for SQLAnywhere |
tree | commitdiff |
2010-02-11 |
Rafael Kitover |
add unimplemented Storage::DBI methods to ::DBI::Replicated |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
fix savepoints for Firebird ODBC |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
add a couple proxy methods to Replicated so it can run |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
revert Moose bug workaround, bump Moose dep for Replica... |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
workaround for Moose bug affecting Replicated storage |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
Merge 'trunk' into 'storage-interbase' |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
turn on ib_softcommit, savepoint tests now pass for... |
tree | commitdiff |
2010-02-10 |
Rafael Kitover |
default to sql dialect 3 unless overridden |
tree | commitdiff |
2010-02-10 |
Peter Rabbitson |
Consolidate last_insert_id handling with a fallback... |
tree | commitdiff |
2010-02-09 |
Fabien Wernli |
should work now |
tree | commitdiff |
2010-02-08 |
Rafael Kitover |
Merge 'trunk' into 'storage-interbase' |
tree | commitdiff |
2010-02-08 |
Rafael Kitover |
better DT inflation for Firebird and _ping |
tree | commitdiff |
2010-02-06 |
Fabien Wernli |
the way I thought. ribasushi suggested to override... |
tree | commitdiff |
2010-02-06 |
Rafael Kitover |
Firebird: add POD, fix BLOB tests |
tree | commitdiff |
2010-02-06 |
Rafael Kitover |
move Firebird ODBC override for RETURNING to a SQLAHack... |
tree | commitdiff |
2010-02-05 |
Peter Rabbitson |
Fix typo and borked test |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
support autoinc PKs without is_auto_increment set |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
check for both NULL and null, rename _fb_auto_incs... |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
rename a couple of variables |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
fix up my Row code for non-pk autoincs, add pretty... |
tree | commitdiff |
2010-02-05 |
Peter Rabbitson |
Refactor some evil code |
tree | commitdiff |
2010-02-04 |
Rafael Kitover |
override quoting columns for RETURNING in Firebird... |
tree | commitdiff |
2010-02-04 |
Rafael Kitover |
limit and better autoinc for Firebird |
tree | commitdiff |
2010-02-04 |
Rafael Kitover |
Firebird: fix test cleanup, add ODBC wrapper |
tree | commitdiff |
2010-02-04 |
Moritz Lenz |
[Storage::DBI::InterBase] remove more cruft |
tree | commitdiff |
2010-02-04 |
Moritz Lenz |
[Storage::DBI::InterBase] remove cruft copied from... |
tree | commitdiff |
2010-02-04 |
Moritz Lenz |
primitive, non-working and very specific Storage::DBI... |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Fix bug reported by tommyt |
tree | commitdiff |
2010-02-03 |
Rafael Kitover |
minor code cleanup for SQL Anywhere last_insert_id |
tree | commitdiff |
2010-02-03 |
Rafael Kitover |
support for Sybase SQL Anywhere through ODBC |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
Merge 'sybase_computed_columns' into 'trunk' |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
minor POD update |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
DT inflation now works |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
rename ::Sybase::ASA to ::SQLAnywhere, per mst |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
fix stupid identity bug, test empty insert (works)... |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
deref table name if needed, check all columns for ident... |
tree | commitdiff |
2010-02-02 |
Rafael Kitover |
ASA last_insert_id and limit support, still needs BLOB... |
tree | commitdiff |
2010-02-01 |
Rafael Kitover |
add RT link for Oracle blob bug in DBD::Oracle == 1.23 |
tree | commitdiff |
2010-02-01 |
Rafael Kitover |
throw exception on attempt to insert a blob with DBD... |
tree | commitdiff |
2010-02-01 |
Rafael Kitover |
update POD about Schema::Loader for Sybase |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
add POD about computed columns and timestamps for Sybase |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
empty insert into a Sybase table with computed columns... |
tree | commitdiff |
2010-01-31 |
Peter Rabbitson |
Helper primary_columns wrapper to throw if a PK is... |
tree | commitdiff |
2010-01-31 |
Peter Rabbitson |
This is not really used for anything (same code in... |
tree | commitdiff |
2010-01-29 |
Peter Rabbitson |
Require non-warning-spewing MooseX::Types |
tree | commitdiff |
2010-01-28 |
Peter Rabbitson |
Merge 'informix' into 'trunk' |
tree | commitdiff |
2010-01-28 |
Peter Rabbitson |
Consolidate insert_bulk guards (and make them show... |
tree | commitdiff |
2010-01-27 |
Arthur Axel "fREW... |
fix silly multipk bug |
tree | commitdiff |
2010-01-26 |
Peter Rabbitson |
Merge 'trunk' into 'informix' |
tree | commitdiff |
2010-01-26 |
Peter Rabbitson |
Merge 'prefetch_pager' into 'trunk' |
tree | commitdiff |
2010-01-26 |
Peter Rabbitson |
Fix txn_begin on external non-AC coderef regression |
tree | commitdiff |
2010-01-22 |
Peter Rabbitson |
Initial informix support |
tree | commitdiff |
2010-01-19 |
Peter Rabbitson |
Some minor test refactor and tab cleanups |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
Real detabify |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
Changes |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
This is made out of awesome |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
Turned out to be much trickier |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
Getting warmer |
tree | commitdiff |
2010-01-17 |
Peter Rabbitson |
More mangling |
tree | commitdiff |
2010-01-15 |
Peter Rabbitson |
Merge 'trunk' into 'prefetch_pager' |
tree | commitdiff |
2010-01-15 |
Peter Rabbitson |
Better varnames |
tree | commitdiff |
2010-01-15 |
Peter Rabbitson |
Better refactor |
tree | commitdiff |
2010-01-15 |
Peter Rabbitson |
Better description of mysql strict option |
tree | commitdiff |
2010-01-15 |
Peter Rabbitson |
Strict mysql bugfix |
tree | commitdiff |
2010-01-14 |
Curtis "Ovid" Poe |
Attempt to factor our alias handling has mostly failed. |
tree | commitdiff |
2010-01-11 |
Peter Rabbitson |
Merge 'mssql_limit_regression' into 'trunk' |
tree | commitdiff |
2010-01-10 |
Peter Rabbitson |
rename as per mst |
tree | commitdiff |
2010-01-10 |
Rafael Kitover |
fix connection details in ::DBI::Replicated docs |
tree | commitdiff |
2010-01-10 |
Rafael Kitover |
split connect_info parser out into private _normalize_c... |
tree | commitdiff |
2010-01-10 |
Peter Rabbitson |
Rename subquery to subselect and rewrite POD (per castaway) |
tree | commitdiff |
2010-01-09 |
Peter Rabbitson |
Changes and typos |
tree | commitdiff |
2010-01-09 |
Peter Rabbitson |
Close the book on mssql ordered subqueries |
tree | commitdiff |
2010-01-09 |
Peter Rabbitson |
Subqueries no longer experimental |
tree | commitdiff |
2010-01-08 |
Peter Rabbitson |
Merge 'trunk' into 'mssql_limit_regression' |
tree | commitdiff |
2010-01-07 |
Peter Rabbitson |
Wrong title |
tree | commitdiff |
2010-01-06 |
Rafael Kitover |
remove alignment mark on base64 md5 |
tree | commitdiff |
2010-01-05 |
Rafael Kitover |
minor change: use more of the hash if possible for... |
tree | commitdiff |
2010-01-05 |
Rafael Kitover |
Merge 'oracle_shorten_aliases' into 'trunk' |
tree | commitdiff |
2010-01-05 |
Rafael Kitover |
append half of a base64 MD5 to shortened table aliases... |
tree | commitdiff |
2010-01-03 |
Rafael Kitover |
fix _rebless into sybase/mssql/nobindvars |
tree | commitdiff |
2010-01-02 |
Florian Ragwitz |
Port replicated storage from MXAH to native traits. |
tree | commitdiff |
2010-01-01 |
Rafael Kitover |
fix uninitialized warning and a bug in ResultSet |
tree | commitdiff |
2009-12-31 |
Rafael Kitover |
POD touchups |
tree | commitdiff |
2009-12-31 |
Rafael Kitover |
got something working |
tree | commitdiff |
2009-12-24 |
Peter Rabbitson |
Fix deployment_statements context sensitivity regression |
tree | commitdiff |
2009-12-23 |
Rafael Kitover |
minor POD fixes |
tree | commitdiff |
2009-12-18 |
Curtis "Ovid" Poe |
Refactor internals to expose some join logic. Awful... |
tree | commitdiff |
2009-12-17 |
Rafael Kitover |
more types for ADO fix, and documentation |
tree | commitdiff |
2009-12-17 |
Rafael Kitover |
cleanup source_bind_attributes for ADO |
tree | commitdiff |
2009-12-17 |
Rafael Kitover |
minor changes |
tree | commitdiff |
2009-12-17 |
Rafael Kitover |
somewhat better fix for ADO |
tree | commitdiff |
2009-12-16 |
Peter Rabbitson |
This is horrific but the tests pass... maybe someone... |
tree | commitdiff |
2009-12-12 |
Peter Rabbitson |
Isolate prefetch heads using RNO with a subquery |
tree | commitdiff |
2009-12-09 |
Arthur Axel "fREW... |
fail nicely if user doesn't have perms for xp_msver |
tree | commitdiff |
2009-12-09 |
Peter Rabbitson |
Merge 'mssql_rno_pagination' into 'trunk' |
tree | commitdiff |
next |