fixed Changes
[dbsrgits/DBIx-Class.git] / lib /
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier Views without a view_definition won't be added to the...
2009-12-17 Alexander Hartmaier Cookbook POD fix for add_drop_table instead of add_drop...
2009-12-17 Rafael Kitover more types for ADO fix, and documentation
2009-12-17 Rafael Kitover cleanup source_bind_attributes for ADO
2009-12-17 Rafael Kitover minor changes
2009-12-17 Rafael Kitover somewhat better fix for ADO
2009-12-16 Curtis "Ovid" Poe Have has_one/might_have warn if set on nullable columns.
2009-12-12 Peter Rabbitson As clear as it gets
2009-12-12 Peter Rabbitson Even clearer unloaded FK exception
2009-12-10 Arthur Axel "fREW... release 0.08115
2009-12-10 Peter Rabbitson First half of distinct cleanup
2009-12-09 Arthur Axel "fREW... fail nicely if user doesn't have perms for xp_msver
2009-12-09 Peter Rabbitson Merge 'mssql_rno_pagination' into 'trunk'
2009-12-09 Rafael Kitover workaround for evil ADO bug
2009-12-09 Rafael Kitover fix _get_mssql_version for ODBC
2009-12-09 Peter Rabbitson Fix comment
2009-12-09 Peter Rabbitson It's almost 2010 - load_components ('Core') is like...
2009-12-09 Arthur Axel "fREW... fix mssql version check so it's lazier
2009-12-08 Arthur Axel "fREW... real exception instead of die
2009-12-08 Arthur Axel "fREW... add version check for mssql 2005 and greater
2009-12-07 Peter Rabbitson Forgotten auto-savepoint example patch
2009-12-05 Peter Rabbitson DB2 and MSSQL have different default order syntaxes
2009-12-05 Peter Rabbitson Better not touch Top - it's too complex at this point
2009-12-05 Peter Rabbitson Wrap mssql selects in yet another subquery to make...
2009-12-04 Peter Rabbitson Unify the MSSQL and DB2 RNO implementations - they...
2009-12-04 Peter Rabbitson KISS - a select(1) makes perfect ordering criteria
2009-12-04 Peter Rabbitson Add support for unordered limited resultsets
2009-12-04 Peter Rabbitson Smarter implementation of the select top 100pct subsele...
2009-12-04 Peter Rabbitson Variable clash
2009-12-04 Peter Rabbitson Merge 'trunk' into 'create_scalarref_rt51559'
2009-12-03 Arthur Axel "fREW... fix RNO for MSSQL to not use a kludgy regexp
2009-12-03 Peter Rabbitson Sanify populate arg handling
2009-12-03 Peter Rabbitson Source sanity check on subqueried update/delete
2009-12-03 Peter Rabbitson The correct top100 mssql solution and test
2009-12-03 Arthur Axel "fREW... Switch to RowNumberOver for MSSQL
2009-12-02 Jess Robinson Added note about prefetch and has_many related objects
2009-11-30 Dan Thomas Alter the docs for has_many relationships to make them...
2009-11-30 Jess Robinson Remove over-emphasis on +select/+as. Add docs on prefet...
2009-11-27 Peter Rabbitson Fix search_related wrt grouped resultsets (distinct...
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-26 Peter Rabbitson Another count() quirk down
2009-11-26 Peter Rabbitson Sanify search_related chaining code (no functional...
2009-11-25 Peter Rabbitson Test and fix scalarref in an inflatable slot corner...
2009-11-25 Peter Rabbitson wtf
2009-11-24 Peter Rabbitson Merge 'void_populate_resultset_cond' into 'trunk'
2009-11-24 Peter Rabbitson Better naming and a bit leaner implementation. Main...
2009-11-23 Peter Rabbitson Add missing Sub::Name invocations and improve the SQLA...
2009-11-23 Rafael Kitover Merge 'sybase_refactor' into 'trunk'
2009-11-23 Rafael Kitover add subname to rdbms_specific_methods wrapper
2009-11-23 Peter Rabbitson refactor part 2
2009-11-23 Peter Rabbitson Merge 'trunk' into 'sybase_refactor'
2009-11-23 Peter Rabbitson Fix ::Versioned regression introduced in r7925
2009-11-23 Peter Rabbitson Whoops
2009-11-23 Peter Rabbitson refactor part1
2009-11-22 Rafael Kitover override _run_connection_actions for internal connectio...
2009-11-22 Rafael Kitover fix connection setup for Sybase
2009-11-19 Peter Rabbitson POD fixes
2009-11-19 Peter Rabbitson Bail out eary in Versioned if no versioning checks...
2009-11-17 Peter Rabbitson Merge 'trunk' into 'void_populate_resultset_cond'
2009-11-16 Peter Rabbitson Merge 'prefetch-group_by' into 'trunk'
2009-11-16 Peter Rabbitson Fix order_by/distinct bug
2009-11-16 Peter Rabbitson Make _resolve_column_info function without supplying...
2009-11-15 Rafael Kitover fix MSSQL via DBD::Sybase regression
2009-11-15 Peter Rabbitson FK constraints towards a view don't quite work
2009-11-15 Peter Rabbitson Hide from pause
2009-11-15 Peter Rabbitson Move more code to DBIHacks, put back the update/delete...
2009-11-15 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-14 Peter Rabbitson Release 0.08114 v0.08114
2009-11-14 Rafael Kitover Merge 'trunk' into 'ado_mssql'
2009-11-13 Arthur Axel "fREW... release woo! v0.08113
2009-11-13 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-13 Arthur Axel "fREW... fix subtle bug with Sybase database type determination
2009-11-12 Peter Rabbitson Some cleanup
2009-11-12 Peter Rabbitson The real fix for the non-introspectable condition bug...
2009-11-12 Peter Rabbitson Merge 'trunk' into 'prefetch_bug-unqualified_column_in_...
2009-11-12 Peter Rabbitson Clarifying comment
2009-11-12 Peter Rabbitson _cond_for_update_delete is hopelessly broken attempting...
2009-11-12 Peter Rabbitson Saner naming/comments
2009-11-12 Peter Rabbitson Factor out more stuff
2009-11-12 Peter Rabbitson Factor some code out
2009-11-12 Peter Rabbitson Sanify _determine_driver handling in ::Storage::DBI
2009-11-12 Peter Rabbitson Extra FAQ entry
2009-11-12 Peter Rabbitson Fix return value of in_storage
2009-11-12 Peter Rabbitson Fix find on resultset with custom result_class
2009-11-11 Arthur Axel "fREW... some cleanup for $rs->populate
2009-11-11 Arthur Axel "fREW... RT50828
2009-11-11 Arthur Axel "fREW... RT50874
2009-11-10 Rob Kinyon Added a note about select
2009-11-10 Rafael Kitover made commit/rollback when disconnected an exception
2009-11-06 Rafael Kitover transactions for MSSQL over DBD::Sybase
2009-11-04 Peter Rabbitson Cleanup exceptions
2009-11-04 Peter Rabbitson Merge 'trunk' into 'pg_unqualified_schema'
2009-10-31 Rafael Kitover work-around disconnect bug with DBD::Pg 2.15.1
2009-10-31 Rafael Kitover fix regex to numify sqlite_version
2009-10-31 Rafael Kitover pass sqlite_version to SQLT
2009-10-26 Rob Kinyon Fixed bad if-check in columns()
2009-10-23 Peter Rabbitson { is_foreign_key_constraint => 0, on_delete => undef...
2009-10-23 Peter Rabbitson Prevent sqlt from failing silently
2009-10-22 Rafael Kitover stringify values passed to populate/insert_bulk
next