projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Explicitly stringify when checking for existing exception
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
Storage
/
DBI
/
Oracle
/
Generic.pm
2013-04-01
Peter Rabbitson
Refactor sth preparation/binding - no functional changes
blob
|
commitdiff
2013-01-25
Peter Rabbitson
General cleanup of error messages - quote identifiers...
blob
|
commitdiff
|
diff to current
2013-01-12
Peter Rabbitson
Fix some pessimizations spotted here and there (no...
blob
|
commitdiff
|
diff to current
2012-03-16
Peter Rabbitson
Fix leak of oracle storage objects in its _dbh_execute...
blob
|
commitdiff
|
diff to current
2012-02-14
Peter Rabbitson
Switch from using execute_array to execute_for_fetch...
blob
|
commitdiff
|
diff to current
2012-01-05
Peter Rabbitson
Trailing WS crusade - got to save them bits
blob
|
commitdiff
|
diff to current
2011-11-25
Peter Rabbitson
Start caching the result of various bind_attribute_by_d...
blob
|
commitdiff
|
diff to current
2011-07-27
Peter Rabbitson
Fix oracle (I am so stupid)
blob
|
commitdiff
|
diff to current
2011-07-19
Rafael Kitover
Oracle: fix LOB conversions for non-LOBs (RT#69548)
blob
|
commitdiff
|
diff to current
2011-07-14
Peter Rabbitson
Stop leaking cursors on oracle sequence retrieval
blob
|
commitdiff
|
diff to current
2011-06-17
Peter Rabbitson
Do not consider non-sequence oracle triggers during...
blob
|
commitdiff
|
diff to current
2011-05-17
Rafael Kitover
make Oracle trigger queries safe for coderef connect_infos
blob
|
commitdiff
|
diff to current
2011-05-02
Rafael Kitover
Cleanup Oracle's 00a28188 / add support for update...
blob
|
commitdiff
|
diff to current
2011-04-29
Peter Rabbitson
Another overhaul of transaction/savepoint handling
blob
|
commitdiff
|
diff to current
2011-04-16
Rafael Kitover
handle BLOB and CLOB columns in WHERE for Oracle
blob
|
commitdiff
|
diff to current
2011-04-01
Peter Rabbitson
Fix/clarify Oracle decision whether to use WhereJoins
blob
|
commitdiff
|
diff to current
2011-03-30
Peter Rabbitson
Massive rewrite of bind handling, and overall simplific...
blob
|
commitdiff
|
diff to current
2011-03-22
Peter Rabbitson
Fix long relationship/column names in oracle for good
blob
|
commitdiff
|
diff to current
2011-03-01
Peter Rabbitson
Switch sql_maker_class and datetime_parser_type to...
blob
|
commitdiff
|
diff to current
2011-02-21
Rafael Kitover
Cleanup/extend blob/clob detection/checks
blob
|
commitdiff
|
diff to current
2011-02-03
Rafael Kitover
add quote_names connect_info option
blob
|
commitdiff
|
diff to current
2011-01-19
Peter Rabbitson
Fix incorrect error detection during populate() on...
blob
|
commitdiff
|
diff to current
2010-12-23
Peter Rabbitson
More oracle sequence detection woes RT#63493
blob
|
commitdiff
|
diff to current
2010-12-15
Alexander Hartmaier
support INSERT ... RETURNING in Oracle 8i and later
blob
|
commitdiff
|
diff to current
2010-12-02
Peter Rabbitson
Indulge in some microoptimization
blob
|
commitdiff
|
diff to current
2010-12-02
Fabien Wernli
Get Storage::Oracle to behave when quoting is enabled
blob
|
commitdiff
|
diff to current
2010-11-10
Peter Rabbitson
Cleanup Row::sequence()
blob
|
commitdiff
|
diff to current
2010-11-10
Alexander Hartmaier
More robust Oracle autoinc pk sequence detection
blob
|
commitdiff
|
diff to current
2010-10-23
Peter Rabbitson
-ident implementation
blob
|
commitdiff
|
diff to current
2010-10-14
Alexander Hartmaier
fixed wrong sequence returned when multiple triggers...
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-29
Rafael Kitover
improve Oracle sequence detection and related test...
blob
|
commitdiff
|
diff to current
2010-06-12
Rafael Kitover
improve Oracle sequence detection and related test...
blob
|
commitdiff
|
diff to current
2010-06-12
Rafael Kitover
fix using oracle sequences across schemas
blob
|
commitdiff
|
diff to current
2010-06-11
Alexander Hartmaier
Factor out the oracle shortener code, and apply it...
blob
|
commitdiff
|
diff to current
2010-06-02
Peter Rabbitson
Auto-fill rdbms version for sqlt
blob
|
commitdiff
|
diff to current
2010-06-01
Rafael Kitover
Merge 'namespace-clean' into 'trunk'
blob
|
commitdiff
|
diff to current
2010-06-01
Rafael Kitover
use namespace::cleaned out imports for some common...
blob
|
commitdiff
|
diff to current
2010-05-31
Peter Rabbitson
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
blob
|
commitdiff
|
diff to current
2010-05-31
Arthur Axel "fREW...
use namespace::clean w/ Try::Tiny
blob
|
commitdiff
|
diff to current
2010-05-26
Peter Rabbitson
Really fix logic
blob
|
commitdiff
|
diff to current
2010-05-26
Peter Rabbitson
Can not return from within a try block
blob
|
commitdiff
|
diff to current
2010-05-26
Peter Rabbitson
Simplify oracle retrial logic
blob
|
commitdiff
|
diff to current
2010-05-25
Rafael Kitover
fix Oracle
blob
|
commitdiff
|
diff to current
2010-05-25
Peter Rabbitson
Try::Tiny conversion finished
blob
|
commitdiff
|
diff to current
2010-05-25
Peter Rabbitson
Merge 'trunk' into 'try-tiny'
blob
|
commitdiff
|
diff to current
2010-05-25
Peter Rabbitson
More try::tiny conversions
blob
|
commitdiff
|
diff to current
2010-05-20
Rafael Kitover
support INSERT OR UPDATE triggers for Oracle
blob
|
commitdiff
|
diff to current
2010-05-15
Ton Voon
All expected evals converted to try, except where no...
blob
|
commitdiff
|
diff to current
2010-05-14
Robert Bohne
Use connect_by OR connect_by_nocycle
blob
|
commitdiff
|
diff to current
2010-05-14
Robert Bohne
Rename option nocycle to connect_by_nocycle
blob
|
commitdiff
|
diff to current
2010-05-04
Peter Rabbitson
_select_args processing no longer necessary
blob
|
commitdiff
|
diff to current
2010-04-06
Peter Rabbitson
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
blob
|
commitdiff
|
diff to current
2010-03-27
Robert Bohne
Support NOCYCLE parameter.
blob
|
commitdiff
|
diff to current
2010-03-27
Robert Bohne
Update POD, because of new connect_by implemenation
blob
|
commitdiff
|
diff to current
2010-03-19
Rafael Kitover
POD fixups
blob
|
commitdiff
|
diff to current
2010-03-16
Rafael Kitover
_ping for MSSQL
blob
|
commitdiff
|
diff to current
2010-03-10
Peter Rabbitson
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
blob
|
commitdiff
|
diff to current
2010-03-05
Rafael Kitover
auto_nextval support for Firebird
blob
|
commitdiff
|
diff to current
2010-02-23
Fabien Wernli
Schema Object Naming Rules :
blob
|
commitdiff
|
diff to current
2010-02-23
Peter Rabbitson
Proper error message
blob
|
commitdiff
|
diff to current
2010-02-23
Peter Rabbitson
Cleanup code (hopefully no functional changes)
blob
|
commitdiff
|
diff to current
2010-02-23
Peter Rabbitson
Merge 'trunk' into 'oracle_quotes'
blob
|
commitdiff
|
diff to current
2010-02-22
Rafael Kitover
improve with_deferred_fk_checks for Oracle, add tests
blob
|
commitdiff
|
diff to current
2010-02-22
Rafael Kitover
with_deferred_fk_checks for Oracle
blob
|
commitdiff
|
diff to current
2010-02-17
Fabien Wernli
still need to uc source_name if quotes off
blob
|
commitdiff
|
diff to current
2010-02-14
Fabien Wernli
oracle_version
blob
|
commitdiff
|
diff to current
2010-02-09
Fabien Wernli
should work now
blob
|
commitdiff
|
diff to current
2010-02-06
Fabien Wernli
the way I thought. ribasushi suggested to override...
blob
|
commitdiff
|
diff to current
2010-02-01
Rafael Kitover
add RT link for Oracle blob bug in DBD::Oracle == 1.23
blob
|
commitdiff
|
diff to current
2010-02-01
Rafael Kitover
throw exception on attempt to insert a blob with DBD...
blob
|
commitdiff
|
diff to current
2010-01-19
Peter Rabbitson
Some minor test refactor and tab cleanups
blob
|
commitdiff
|
diff to current
2010-01-17
Peter Rabbitson
Real detabify
blob
|
commitdiff
|
diff to current
2010-01-06
Rafael Kitover
remove alignment mark on base64 md5
blob
|
commitdiff
|
diff to current
2010-01-05
Rafael Kitover
minor change: use more of the hash if possible for...
blob
|
commitdiff
|
diff to current
2010-01-05
Rafael Kitover
append half of a base64 MD5 to shortened table aliases...
blob
|
commitdiff
|
diff to current
2009-12-31
Rafael Kitover
POD touchups
blob
|
commitdiff
|
diff to current
2009-12-31
Rafael Kitover
got something working
blob
|
commitdiff
|
diff to current
2009-12-09
Peter Rabbitson
It's almost 2010 - load_components ('Core') is like...
blob
|
commitdiff
|
diff to current
2009-11-19
Peter Rabbitson
Patch by kalex
blob
|
commitdiff
|
diff to current
2009-11-11
Arthur Axel "fREW...
RT50874
blob
|
commitdiff
|
diff to current
2009-08-24
Rafael Kitover
remove duplicate oracle method and fix an mssql method...
blob
|
commitdiff
|
diff to current
2009-08-16
Rafael Kitover
Merge 'trunk' into 'sybase'
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 'trunk' into 'sybase'
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-01
Rafael Kitover
Merge 'trunk' into 'sybase'
blob
|
commitdiff
|
diff to current
2009-07-30
Rafael Kitover
make sure DBD::Oracle is loaded when using constants...
blob
|
commitdiff
|
diff to current
2009-07-30
Rafael Kitover
make ::Oracle::Generic load without DBD::Oracle
blob
|
commitdiff
|
diff to current
2009-07-24
Rafael Kitover
savepoint support
blob
|
commitdiff
|
diff to current
2009-07-24
Rafael Kitover
Merge 'trunk' into 'reduce_pings'
blob
|
commitdiff
|
diff to current
2009-07-21
Rafael Kitover
show Oracle datetime_setup alter session statements...
blob
|
commitdiff
|
diff to current
2009-07-17
Rafael Kitover
Merge 'trunk' into 'reduce_pings'
blob
|
commitdiff
|
diff to current
2009-07-16
Peter Rabbitson
A couple of typos, and general whitespace cleanup ...
blob
|
commitdiff
|
diff to current
2009-07-14
Rafael Kitover
substantially reduced ping count, dynamic cursors suppo...
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-01
Rafael Kitover
move connection tests into _ping()
blob
|
commitdiff
|
diff to current
2009-07-01
Rafael Kitover
use ->do instead of ->prepare_cached in oracle's connec...
blob
|
commitdiff
|
diff to current
next