projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Cleaner error message for using source() without required argument
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
Storage
/
2011-01-14
Peter Rabbitson
Reduce to a warning the commit-without-apparent-begin...
tree
|
commitdiff
2011-01-13
Peter Rabbitson
Cleanup ResultSourceHandle handling after M.A.D. introd...
tree
|
commitdiff
2011-01-05
Peter Rabbitson
Make sure unaliased selectors and prefetch coexist...
tree
|
commitdiff
2011-01-05
Peter Rabbitson
Fix bind transport for group_by (this code is so fuckin...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Latest blead (5.13.8) allows us to see $@ again
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Fail early on literal-ordered complex prefetch without...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Only add a group_by to a complex prefetch if a non...
tree
|
commitdiff
2010-12-27
Peter Rabbitson
Clean up from/select bind value handling (RT#61025)
tree
|
commitdiff
2010-12-27
Rafael Kitover
Improve fallback-to-master/return-to-slave reporting...
tree
|
commitdiff
2010-12-23
Peter Rabbitson
More oracle sequence detection woes RT#63493
tree
|
commitdiff
2010-12-15
Rafael Kitover
merge and improve _is_lob_type from Sybase::ASE into...
tree
|
commitdiff
2010-12-15
Alexander Hartmaier
support INSERT ... RETURNING in Oracle 8i and later
tree
|
commitdiff
2010-12-02
Peter Rabbitson
Indulge in some microoptimization
tree
|
commitdiff
2010-12-02
Fabien Wernli
Get Storage::Oracle to behave when quoting is enabled
tree
|
commitdiff
2010-12-01
Peter Rabbitson
Quieter Sybase tests
tree
|
commitdiff
2010-12-01
Peter Rabbitson
Rename method, normalize rv to [$sql, @bind]
tree
|
commitdiff
2010-12-01
Peter Rabbitson
Fix count on rs with a having clause with an aliased...
tree
|
commitdiff
2010-12-01
Peter Rabbitson
Fix the DBI-destroy-warning silencer
tree
|
commitdiff
2010-11-27
Arthur Axel 'fREW...
refactor DBIx::Class::Storage::Statistics::debugfh...
tree
|
commitdiff
2010-11-23
Rafael Kitover
Fix multiple storage regressions from 52416317
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Overhaul thread handling
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Stop showing __BULK_INSERT__ during populate() without...
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Fix a forgotten nested try::tiny usage
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Attach a storage debugobj lazily instead of at new...
tree
|
commitdiff
2010-11-18
Peter Rabbitson
Unqualify imported functions
tree
|
commitdiff
2010-11-10
Peter Rabbitson
Refactor insert logic (Row should not handle SQLA options)
tree
|
commitdiff
2010-11-10
Peter Rabbitson
Introduce columns_info, switch a large portion of the...
tree
|
commitdiff
2010-11-10
Peter Rabbitson
Cleanup Row::sequence()
tree
|
commitdiff
2010-11-10
Alexander Hartmaier
More robust Oracle autoinc pk sequence detection
tree
|
commitdiff
2010-11-10
Arthur Axel 'fREW...
Don't quote NULL for debug output
tree
|
commitdiff
2010-11-10
John Napiorkowski
fix and regression test for RT #62642
tree
|
commitdiff
2010-10-27
Norbert Buchmuller
Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)
tree
|
commitdiff
2010-10-27
Peter Rabbitson
Add undocumented ability to disable the join optimizer
tree
|
commitdiff
2010-10-27
Peter Rabbitson
Automatically mark the cap. framework methods as unimpl...
tree
|
commitdiff
2010-10-26
Peter Rabbitson
$sth->{Active} may throw during destruction >.<
tree
|
commitdiff
2010-10-26
Peter Rabbitson
Patch up weird MRO fail on 5.8 perls
tree
|
commitdiff
2010-10-26
Peter Rabbitson
Temporary fixes for 5.13.x $@ handling
tree
|
commitdiff
2010-10-23
Peter Rabbitson
-ident implementation
tree
|
commitdiff
2010-10-22
Peter Rabbitson
Massive cleanup of transaction handlers
tree
|
commitdiff
2010-10-16
Peter Rabbitson
Deleting long forgotten ::Storage::DBI:Role:QueryCounter
tree
|
commitdiff
2010-10-16
Aaron Crane
Fix bug in update of resultset using qualified conditio...
tree
|
commitdiff
2010-10-14
Alexander Hartmaier
fixed wrong sequence returned when multiple triggers...
tree
|
commitdiff
2010-10-14
Peter Rabbitson
Stop adding GROUP BY's to subqueries that do not contai...
tree
|
commitdiff
2010-10-14
Peter Rabbitson
Fix spotty handling of complex order_by relationship...
tree
|
commitdiff
2010-10-14
Peter Rabbitson
Set name_sep by default (even if unused). Simplify...
tree
|
commitdiff
2010-10-14
Peter Rabbitson
That's an embarrasing c/p :(
tree
|
commitdiff
2010-10-12
Peter Rabbitson
Load sqlite backup required modules on demand only
tree
|
commitdiff
2010-10-10
Peter Rabbitson
Rename vaguely named internal method
tree
|
commitdiff
2010-10-04
Peter Rabbitson
Delay construction of try block until an active $sth...
tree
|
commitdiff
2010-09-18
Peter Rabbitson
Fix leak of $sth during populate() on perls < 5.10
tree
|
commitdiff
2010-09-17
Peter Rabbitson
No longer explicitly disconnect on ::Storage DESTROY
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Remove bogus pre-txn_begin first-connect call
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Rename incorrectly named internal method (has nothing...
tree
|
commitdiff
2010-09-17
Peter Rabbitson
Make _server_info() _determine_driver-bound
tree
|
commitdiff
2010-08-31
Peter Rabbitson
Fix mysterious ::Storage::DBI goto-shim failures on...
tree
|
commitdiff
2010-08-31
Peter Rabbitson
Remove forgotten frame from Storage-method overrides...
tree
|
commitdiff
2010-08-27
Peter Rabbitson
Rename SQLAHacks to SQLMaker, shuffle around files...
tree
|
commitdiff
2010-08-26
Peter Rabbitson
Drop-in legacy code for DB2-AS/400
tree
|
commitdiff
2010-08-26
Peter Rabbitson
SQLA::Limit is no more \o/
tree
|
commitdiff
2010-08-07
Peter Rabbitson
New $dbh capability handling - allows someone to say
tree
|
commitdiff
2010-07-12
Peter Rabbitson
Rewrite the DBI connector to use Try::Tiny, avoid a...
tree
|
commitdiff
2010-07-11
Peter Rabbitson
Fix bulk-insert trace
tree
|
commitdiff
2010-06-29
Rafael Kitover
improve Oracle sequence detection and related test...
tree
|
commitdiff
2010-06-12
Rafael Kitover
improve Oracle sequence detection and related test...
tree
|
commitdiff
2010-06-12
Rafael Kitover
fix using oracle sequences across schemas
tree
|
commitdiff
2010-06-11
Peter Rabbitson
Merge branch 'unlink_guard'
tree
|
commitdiff
2010-06-11
Peter Rabbitson
Stop using Try::Tiny until the perl refcounting problem...
tree
|
commitdiff
2010-06-11
Alexander Hartmaier
Factor out the oracle shortener code, and apply it...
tree
|
commitdiff
2010-06-05
Arthur Axel 'fREW...
Typos
tree
|
commitdiff
2010-06-02
Peter Rabbitson
Auto-fill rdbms version for sqlt
tree
|
commitdiff
2010-06-02
Peter Rabbitson
Make sure ddl_dir is created even if a dir-object is...
tree
|
commitdiff
2010-06-02
Peter Rabbitson
Do not use 2**32 directly - causes %u differences betwe...
tree
|
commitdiff
2010-06-02
Rafael Kitover
use SET ROWCOUNT for Sybase ASE limits without an offset
tree
|
commitdiff
2010-06-01
Peter Rabbitson
Preserve @_ aliasing semantics on coderefs within try...
tree
|
commitdiff
2010-06-01
Rafael Kitover
pass sqlite and pg version properly on ->deploy for...
tree
|
commitdiff
2010-06-01
Rafael Kitover
Merge 'namespace-clean' into 'trunk'
tree
|
commitdiff
2010-06-01
Rafael Kitover
pass postgres_version in producer_args when deploying...
tree
|
commitdiff
2010-06-01
Rafael Kitover
use namespace::cleaned out imports for some common...
tree
|
commitdiff
2010-06-01
Peter Rabbitson
Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
tree
|
commitdiff
2010-06-01
Rafael Kitover
fix uninitialized warning
tree
|
commitdiff
2010-06-01
Peter Rabbitson
Do not pollute sqlmaker while scanning raw sql
tree
|
commitdiff
2010-05-31
Peter Rabbitson
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
tree
|
commitdiff
2010-05-31
Peter Rabbitson
test replication test fail
tree
|
commitdiff
2010-05-31
Peter Rabbitson
Fix Schema::Versioned borkage
tree
|
commitdiff
2010-05-31
Peter Rabbitson
Fix RT57467, simplify test
tree
|
commitdiff
2010-05-31
Peter Rabbitson
Fix Top-limit problem of missed bindvars
tree
|
commitdiff
2010-05-31
Arthur Axel "fREW...
use namespace::clean w/ Try::Tiny
tree
|
commitdiff
2010-05-30
Peter Rabbitson
Rewrite GenericSubQ from SQLA::L to be actually useful
tree
|
commitdiff
2010-05-26
Peter Rabbitson
Really fix logic
tree
|
commitdiff
2010-05-26
Peter Rabbitson
Can not return from within a try block
tree
|
commitdiff
2010-05-26
Peter Rabbitson
Simplify oracle retrial logic
tree
|
commitdiff
2010-05-25
Rafael Kitover
fix odbc/mssql dynamic cursors
tree
|
commitdiff
2010-05-25
Rafael Kitover
fix Oracle
tree
|
commitdiff
2010-05-25
Peter Rabbitson
Try::Tiny conversion finished
tree
|
commitdiff
2010-05-25
Peter Rabbitson
Merge 'trunk' into 'try-tiny'
tree
|
commitdiff
2010-05-25
Peter Rabbitson
More try::tiny conversions
tree
|
commitdiff
2010-05-20
Rafael Kitover
support INSERT OR UPDATE triggers for Oracle
tree
|
commitdiff
2010-05-17
Ton Voon
Fix missing $@ in try::tiny conversion
tree
|
commitdiff
2010-05-17
Peter Rabbitson
Merge 'trunk' into 'try-tiny'
tree
|
commitdiff
2010-05-16
Rafael Kitover
add sql_maker to @rdbms_specific_methods
tree
|
commitdiff
next