projects
/
dbsrgits/DBIx-Class-Historic.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Can not return from within a try block
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
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
Missed use
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
Matt S Trout
fix find() since that was also broken in r8754
tree
|
commitdiff
2010-05-20
Matt S Trout
fix result_class setter behaviour to not stuff attrs...
tree
|
commitdiff
2010-05-20
Matt S Trout
don't try and ensure_class_loaded an object. this doesn...
tree
|
commitdiff
2010-05-20
Rafael Kitover
support INSERT OR UPDATE triggers for Oracle
tree
|
commitdiff
2010-05-17
Ton Voon
Removed tab
tree
|
commitdiff
2010-05-17
Ton Voon
Fixed exception logic due to not being able to use...
tree
|
commitdiff
2010-05-17
Ton Voon
Added myself to contributors
tree
|
commitdiff
2010-05-17
Ton Voon
Revert to eval instead of try::tiny because no check...
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
2010-05-16
Ash Berlin
Fix how Schema::Versioned gets connection attributes
tree
|
commitdiff
2010-05-15
Peter Rabbitson
Revert erroneous commit (belongs in a branch)
tree
|
commitdiff
2010-05-15
Peter Rabbitson
Fix stupid typo-bug
tree
|
commitdiff
2010-05-15
Ton Voon
All expected evals converted to try, except where no...
tree
|
commitdiff
2010-05-14
Ton Voon
eval => try where tests for $@ done
tree
|
commitdiff
2010-05-14
Ton Voon
txn_do's eval => try
tree
|
commitdiff
2010-05-14
Ton Voon
Corrected usage of $@ in catch block
tree
|
commitdiff
2010-05-14
Ton Voon
Another eval => try
tree
|
commitdiff
2010-05-14
Ton Voon
Add eval => try
tree
|
commitdiff
2010-05-14
Ton Voon
Conversion of eval => try (part 1)
tree
|
commitdiff
2010-05-14
Peter Rabbitson
cleanup test by wreis
tree
|
commitdiff
2010-05-11
Peter Rabbitson
Merge 'filter_column' into 'trunk'
tree
|
commitdiff
2010-05-11
Peter Rabbitson
Comment weird looking code
tree
|
commitdiff
2010-05-10
Peter Rabbitson
Fix typo
tree
|
commitdiff
2010-05-10
Peter Rabbitson
Maintain full coherence between filtered cache and...
tree
|
commitdiff
2010-05-08
Peter Rabbitson
Make sure missing author-deps do not kill makefile...
tree
|
commitdiff
2010-05-07
Nigel Metheringham
Clarification cascade_* attribute defaults documentation
tree
|
commitdiff
2010-05-07
Nigel Metheringham
Clarification to cascade_update attribute documentation
tree
|
commitdiff
2010-05-07
Nigel Metheringham
empty update OK even if row is not in database (fixed2)
tree
|
commitdiff
2010-05-07
Nigel Metheringham
empty update OK even if row is not in database (fixed)
tree
|
commitdiff
2010-05-07
Nigel Metheringham
Added reference to cascade_* in relationship attributes
tree
|
commitdiff
2010-05-07
Nigel Metheringham
empty update OK even if row is not in database
tree
|
commitdiff
2010-05-07
Rafael Kitover
minor change
tree
|
commitdiff
2010-05-07
Rafael Kitover
detect row_number() over support in MSSQL if version...
tree
|
commitdiff
2010-05-07
Peter Rabbitson
Failure to determine dbms version is *not* a fatal...
tree
|
commitdiff
2010-05-07
Arthur Axel "fREW...
no filter and inflate column
tree
|
commitdiff
2010-05-06
Peter Rabbitson
Play nicer with lower-level methods
tree
|
commitdiff
2010-05-05
Arthur Axel "fREW...
test caching
tree
|
commitdiff
2010-05-05
Peter Rabbitson
Forgotten pieces
tree
|
commitdiff
2010-05-05
Peter Rabbitson
Changes
tree
|
commitdiff
2010-05-05
Peter Rabbitson
Merge 'trunk' into 'filter_column'
tree
|
commitdiff
2010-05-05
Peter Rabbitson
Merge 'trunk' into 'subqueried_limit_fixes'
tree
|
commitdiff
2010-05-05
Peter Rabbitson
If there was no offset, there is no sense in reordering
tree
|
commitdiff
2010-05-04
Peter Rabbitson
Refactor count handling, make count-resultset attribute...
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Some databases (db2) do not like leading __s - use...
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Fix Top tests, make extra col selector order consistent
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Rewrite mssql test to verify both types of limit dialec...
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Add an as selector to a prefetch subquery to aid the...
tree
|
commitdiff
2010-05-03
Peter Rabbitson
Do not add TOP prefixes to queries already containing it
tree
|
commitdiff
2010-05-01
Peter Rabbitson
Preliminary version
tree
|
commitdiff
2010-04-29
Peter Rabbitson
Allow limit syntax change in-flight without digging...
tree
|
commitdiff
2010-04-28
Arthur Axel "fREW...
doc, removal of source stuff, and Changes
tree
|
commitdiff
2010-04-28
Peter Rabbitson
Fix failing test and some warnings
tree
|
commitdiff
2010-04-28
Rafael Kitover
add _verify_pid and _verify_tid to methods that croak...
tree
|
commitdiff
2010-04-28
Rafael Kitover
update ::DBI::Replicated
tree
|
commitdiff
2010-04-28
Peter Rabbitson
Refactor SQLA/select interaction (in reality just cleanup)
tree
|
commitdiff
2010-04-27
Peter Rabbitson
Fix global destruction problems
tree
|
commitdiff
2010-04-27
Peter Rabbitson
Reformat tests/comments a bit
tree
|
commitdiff
2010-04-27
Alexander Hartmaier
fixed missing ' in update_or_create with key attr example
tree
|
commitdiff
2010-04-24
Rafael Kitover
add "IMPROVING PERFORMANCE" section to Cookbook
tree
|
commitdiff
2010-04-24
Peter Rabbitson
_quote is now properly handled in SQLA
tree
|
commitdiff
2010-04-24
Peter Rabbitson
Revert bogus commit
tree
|
commitdiff
2010-04-24
Peter Rabbitson
10% speed up on quoted statement generation
tree
|
commitdiff
2010-04-20
Robert Buels
do not croak, rbuels! jeez.
tree
|
commitdiff
2010-04-20
Robert Buels
create_ddl_dir mkpaths its dir if necessary. also...
tree
|
commitdiff
2010-04-20
Jess Robinson
Warn if a class found in ResultSet/ is not a subclass...
tree
|
commitdiff
2010-04-15
Arthur Axel "fREW...
initial stab at incomplete docs
tree
|
commitdiff
2010-04-15
Arthur Axel "fREW...
use result source for filtering instead of result
tree
|
commitdiff
2010-04-15
Arthur Axel "fREW...
method and arg rename
tree
|
commitdiff
2010-04-15
Arthur Axel "fREW...
better namiology
tree
|
commitdiff
2010-04-14
Rafael Kitover
datetime millisecond precision for MSSQL
tree
|
commitdiff
2010-04-14
Peter Rabbitson
Not sure how this was never noticed, but it definitely...
tree
|
commitdiff
2010-04-14
Arthur Axel "fREW...
useless var
tree
|
commitdiff
2010-04-14
Arthur Axel "fREW...
working filter column impl
tree
|
commitdiff
2010-04-14
Arthur Axel "fREW...
basic tests and a tiny fix
tree
|
commitdiff
2010-04-14
Peter Rabbitson
Fix exception message
tree
|
commitdiff
2010-04-14
Rafael Kitover
support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from...
tree
|
commitdiff
2010-04-13
Arthur Axel "fREW...
change names wrap accessors
tree
|
commitdiff
2010-04-13
Arthur Axel "fREW...
branch for FilterColumn
tree
|
commitdiff
2010-04-12
Rafael Kitover
better way to find minimal dbms version in ::Replicated
tree
|
commitdiff
2010-04-11
Arthur Axel "fREW...
set version for dev users
tree
|
commitdiff
2010-04-11
Arthur Axel "fREW...
Release 0.08121
tree
|
commitdiff
2010-04-11
Peter Rabbitson
Deprecate UTF8Columns with a lot of warning whistles
tree
|
commitdiff
2010-04-11
Peter Rabbitson
Warn about both UTF8Columns and ForceUTF8 when loaded...
tree
|
commitdiff
2010-04-11
Peter Rabbitson
RT 55865
tree
|
commitdiff
2010-04-08
Matt S Trout
fix POD links
tree
|
commitdiff
2010-04-08
Rafael Kitover
use min dbms_version for ::Replicated
tree
|
commitdiff
2010-04-08
Rafael Kitover
syntax error
tree
|
commitdiff
2010-04-08
Peter Rabbitson
Even safer version normalization
tree
|
commitdiff
2010-04-08
Peter Rabbitson
Refactor the version handling
tree
|
commitdiff
2010-04-08
Peter Rabbitson
Make the insert_returning capability private (and saner...
tree
|
commitdiff
next