projects
/
dbsrgits/DBIx-Class.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
One missed step
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
2010-03-24
Peter Rabbitson
One missed step
tree
|
commitdiff
2010-03-24
Peter Rabbitson
Clearer 'no such rel' errors, correct exception on...
tree
|
commitdiff
2010-03-23
Rafael Kitover
fix sort
tree
|
commitdiff
2010-03-22
Rafael Kitover
update proxied methods for DBI::Replicated
tree
|
commitdiff
2010-03-22
Peter Rabbitson
Even cleaner way of handling returning (no column inter...
tree
|
commitdiff
2010-03-22
Rafael Kitover
move INSERT ... RETURNING code into ::DBI::InsertReturn...
tree
|
commitdiff
2010-03-22
Rafael Kitover
redo Pg auto-columns using INSERT RETURNING
tree
|
commitdiff
2010-03-19
Peter Rabbitson
Fix UTF8Column out of order loading warning
tree
|
commitdiff
2010-03-19
Rafael Kitover
POD fixups
tree
|
commitdiff
2010-03-18
Arthur Axel "fREW...
use update instead of set_columns in update_all
tree
|
commitdiff
2010-03-17
Rafael Kitover
add connect_call_use_foreign_keys for SQLite
tree
|
commitdiff
2010-03-16
Rafael Kitover
_ping for MSSQL
tree
|
commitdiff
2010-03-16
Peter Rabbitson
Horrible horrible rewrite of the aliastype scanner...
tree
|
commitdiff
2010-03-15
Nigel Metheringham
Documentation on Unicode use with DBIC
tree
|
commitdiff
2010-03-15
Peter Rabbitson
Proper fix for RETURNING with default insert
tree
|
commitdiff
2010-03-14
Nigel Metheringham
Corrected a link to connect_info in Manual::Intro
tree
|
commitdiff
2010-03-13
Moritz Onken
reverting 8995, was supposed to go to a branch
tree
|
commitdiff
2010-03-13
Moritz Onken
call inflate_result on new_result, but not from the...
tree
|
commitdiff
2010-03-12
Rafael Kitover
update Firebird docs
tree
|
commitdiff
2010-03-11
Peter Rabbitson
Where is my spellchecker (not that it would catch this)
tree
|
commitdiff
2010-03-10
Peter Rabbitson
docpatch close RT52681
tree
|
commitdiff
2010-03-09
Andrew Rodland
Support add_columns('+colname'=>{...}) syntax to augmen...
tree
|
commitdiff
2010-03-09
Dagfinn Ilmari Man...
Fix POD link
tree
|
commitdiff
2010-03-07
Rafael Kitover
remove unnecessary transaction_depth check in DBI:...
tree
|
commitdiff
2010-03-07
Rafael Kitover
Merge 'storage-interbase' into 'trunk'
tree
|
commitdiff
2010-03-07
Rafael Kitover
fix RETURNING for empty INSERT
tree
|
commitdiff
2010-03-07
Peter Rabbitson
Fix MC bug reported by felix
tree
|
commitdiff
2010-03-07
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-07
Peter Rabbitson
Switch NoTab/EOL checks to Opt::Deps
tree
|
commitdiff
2010-03-07
Peter Rabbitson
Unmark Opt::Deps experimental and add extra method...
tree
|
commitdiff
2010-03-07
Peter Rabbitson
Fix the docs for select/as
tree
|
commitdiff
2010-03-07
Peter Rabbitson
What I really meant
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Cascading delete needs a guard to remain atomic
tree
|
commitdiff
2010-03-06
Rafael Kitover
don't die on insert in firebird with no pk
tree
|
commitdiff
2010-03-06
Wallace Reis
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-06
Wallace Reis
improvements for HasOne relationship validationn
tree
|
commitdiff
2010-03-06
Rafael Kitover
cache autoinc sequence in column_info
tree
|
commitdiff
2010-03-06
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-06
Rafael Kitover
remove that code for non-pk autoincs from Row, move...
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Fix RT54063
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Fully deprecate IC::File
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Merge 'trunk' into 'pod_fixes'
tree
|
commitdiff
2010-03-06
Peter Rabbitson
More checks for weird usage of _determine_driver (maint...
tree
|
commitdiff
2010-03-06
Peter Rabbitson
One more PODlink
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Merge 'trunk' into 'pod_fixes'
tree
|
commitdiff
2010-03-06
Peter Rabbitson
Improve POD about PKs and why they matter
tree
|
commitdiff
2010-03-06
Andrew Moore
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-05
Rafael Kitover
auto_nextval support for Firebird
tree
|
commitdiff
2010-03-05
Andrew Moore
Fix regression where SQL files with comments were not...
tree
|
commitdiff
2010-03-05
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-04
Ricardo Signes
fix a typo in FAQ
tree
|
commitdiff
2010-03-04
Peter Rabbitson
Fix identity fiasco
tree
|
commitdiff
2010-03-03
Jess Robinson
Added note+warning about how Ordered works, from steveo_aa
tree
|
commitdiff
2010-03-03
Jess Robinson
Minor doc tweaks
tree
|
commitdiff
2010-03-03
Rafael Kitover
destroy cached statements in $storage->disconnect too
tree
|
commitdiff
2010-03-03
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-03
Moritz Onken
Fix for SQLite to ignore the { for => ... } attribute
tree
|
commitdiff
2010-03-02
Peter Rabbitson
Do not autoviv empty ENV vars
tree
|
commitdiff
2010-03-01
Peter Rabbitson
Add has_relationship proxy to row
tree
|
commitdiff
2010-03-01
Rafael Kitover
update POD
tree
|
commitdiff
2010-03-01
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-03-01
Peter Rabbitson
Fix incorrect placement of condition resolution failure...
tree
|
commitdiff
2010-03-01
Peter Rabbitson
Cleanup logic in RSC
tree
|
commitdiff
2010-02-28
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-02-25
Peter Rabbitson
Typo
tree
|
commitdiff
2010-02-24
Gordon Irving
do not include hidden opts in generated pod
tree
|
commitdiff
2010-02-24
Peter Rabbitson
Merge 'oracle_quotes' into 'trunk'
tree
|
commitdiff
2010-02-23
Peter Rabbitson
Changes and dep-bump
tree
|
commitdiff
2010-02-23
Fabien Wernli
Schema Object Naming Rules :
tree
|
commitdiff
2010-02-23
Peter Rabbitson
Proper error message
tree
|
commitdiff
2010-02-23
Peter Rabbitson
remove POD
tree
|
commitdiff
2010-02-23
Peter Rabbitson
Cleanup code (hopefully no functional changes)
tree
|
commitdiff
2010-02-23
Peter Rabbitson
Merge 'trunk' into 'oracle_quotes'
tree
|
commitdiff
2010-02-23
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-02-23
Rafael Kitover
don't use ib_softcommit by default
tree
|
commitdiff
2010-02-22
Robert Buels
added package name to DBD::Pg warning in Pg storage...
tree
|
commitdiff
2010-02-22
Rafael Kitover
improve with_deferred_fk_checks for Oracle, add tests
tree
|
commitdiff
2010-02-22
Peter Rabbitson
Add a hidden option to dbicadmin to self-inject autogen...
tree
|
commitdiff
2010-02-22
Rafael Kitover
with_deferred_fk_checks for Oracle
tree
|
commitdiff
2010-02-22
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Merge 'trunk' into 'oracle_quotes'
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Extra testdep
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Add license/author to dbicadmin autogen POD
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Merge 'trunk' into 'dbicadmin_pod'
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Bogus require
tree
|
commitdiff
2010-02-21
Peter Rabbitson
Shuffle tests a bit
tree
|
commitdiff
2010-02-20
Gordon Irving
add G:L:D sub classes to generate pod
tree
|
commitdiff
2010-02-19
Peter Rabbitson
Port remaining tests to the Opt::Dep reposiory
tree
|
commitdiff
2010-02-19
Rafael Kitover
s/primary_columns/_pri_cols/ for Firebird
tree
|
commitdiff
2010-02-19
Rafael Kitover
bump Test::Pod dep in Optional::Dependencies too
tree
|
commitdiff
2010-02-19
Rafael Kitover
Merge 'trunk' into 'storage-interbase'
tree
|
commitdiff
2010-02-19
Peter Rabbitson
Fix for RT54697
tree
|
commitdiff
2010-02-19
Peter Rabbitson
Merge 'trunk' into 'pri_key_refactor'
tree
|
commitdiff
2010-02-19
Peter Rabbitson
trap unresolvable conditions due to incomplete relation...
tree
|
commitdiff
2010-02-18
Peter Rabbitson
Fix count of group_by over aliased function
tree
|
commitdiff
2010-02-18
Peter Rabbitson
Retire useless abstraction (all rdbms need this anyway)
tree
|
commitdiff
2010-02-17
Fabien Wernli
still need to uc source_name if quotes off
tree
|
commitdiff
2010-02-16
Rafael Kitover
POD fix
tree
|
commitdiff
2010-02-16
Rafael Kitover
POD touchups
tree
|
commitdiff
2010-02-16
Rafael Kitover
set behavior for Hash::Merge in ::DBI::Replicated,...
tree
|
commitdiff
next