dbsrgits/DBIx-Class.git
2010-01-06 Rafael Kitover bump perl_version to 5.8.1
2010-01-05 Rafael Kitover minor change: use more of the hash if possible for...
2010-01-05 Rafael Kitover Merge 'oracle_shorten_aliases' into 'trunk'
2010-01-05 Rafael Kitover append half of a base64 MD5 to shortened table aliases...
2010-01-03 Rafael Kitover fix _rebless into sybase/mssql/nobindvars
2010-01-02 Florian Ragwitz Merge 'native_traits' into 'trunk'
2010-01-02 Florian Ragwitz Port replicated storage from MXAH to native traits.
2010-01-02 Matt S Trout fix typo in variable name
2010-01-01 Rafael Kitover fix uninitialized warning and a bug in ResultSet
2009-12-31 Rafael Kitover POD touchups
2009-12-31 Rafael Kitover got something working
2009-12-31 Rafael Kitover switch oracle tests to done_testing()
2009-12-31 Rafael Kitover failing test
2009-12-30 Rafael Kitover bump CAG dep
2009-12-24 Peter Rabbitson Don't call the PK setter if no PK
2009-12-24 Peter Rabbitson Fix deployment_statements context sensitivity regression
2009-12-23 Rafael Kitover minor POD fixes
2009-12-19 Peter Rabbitson Fix RT52812
2009-12-19 Peter Rabbitson detabify
2009-12-18 Alexander Hartmaier dclone pod take #2
2009-12-18 Alexander Hartmaier fixed typo in Changes
2009-12-18 Alexander Hartmaier link to DBIx::Class::Row
2009-12-18 Alexander Hartmaier Schema POD inprovement for dclone
2009-12-18 Peter Rabbitson Fix no_index entries
2009-12-18 Peter Rabbitson Merge 'sqlt_parser_view' into 'trunk'
2009-12-18 Peter Rabbitson Another bitr
2009-12-18 Alexander Hartmaier test cleanups
2009-12-18 Alexander Hartmaier fixed Changes
2009-12-18 Alexander Hartmaier use Test::Exception
2009-12-18 Alexander Hartmaier throw_exception if view_definition is missing instead...
2009-12-17 Alexander Hartmaier test cleanups
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... 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... release 0.08115
2009-12-10 Peter Rabbitson First half of distinct cleanup
2009-12-10 Peter Rabbitson Changes
2009-12-09 Arthur Axel... 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... fix mssql version check so it's lazier
2009-12-08 Peter Rabbitson Test for immediate connection with known storage type
2009-12-08 Arthur Axel... real exception instead of die
2009-12-08 Peter Rabbitson Fix the test - code is correct
2009-12-08 Peter Rabbitson Weird test case
2009-12-08 Arthur Axel... 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 Extend test just a bit more
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 Tests for bindvar propagation and Changes
2009-12-04 Peter Rabbitson Un-todoify mssql limit tests - no changes necessary...
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 The complex prefetch rewrite actually takes care of...
2009-12-04 Peter Rabbitson Variable clash
2009-12-04 Peter Rabbitson Merge 'create_scalarref_rt51559' into 'trunk'
2009-12-04 Peter Rabbitson Changes(2)
2009-12-04 Peter Rabbitson Changes
2009-12-04 Peter Rabbitson Merge 'trunk' into 'create_scalarref_rt51559'
2009-12-04 Arthur Axel... still broken rno test, but now it actually tests mssql
2009-12-04 Arthur Axel... missed toplimit
2009-12-04 Arthur Axel... rename files to get rid of numbers and use folders
2009-12-04 Arthur Axel... first shot at moving stuff around
2009-12-04 Arthur Axel... initial (broken) version of 42rno.t
2009-12-03 Arthur Axel... 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... 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-28 Peter Rabbitson Test based on lists.scsys.co.uk/pipermail/dbix-class...
2009-11-28 Peter Rabbitson Cleanup the s.c.o. index
2009-11-27 Peter Rabbitson Fix search_related wrt grouped resultsets (distinct...
2009-11-26 Peter Rabbitson Merge 'get_inflated_columns_rt46953' into 'trunk'
2009-11-26 Peter Rabbitson Changes
2009-11-26 Peter Rabbitson Make Test::More happy
2009-11-26 Peter Rabbitson Fix for rt46953
2009-11-26 Peter Rabbitson Merge 'trunk' into 'get_inflated_columns_rt46953'
2009-11-26 Peter Rabbitson Whoops, wrong accessor (things still work though)
2009-11-26 Peter Rabbitson Add a no-accessor column to generally test handling
2009-11-26 Peter Rabbitson Another count() quirk down
2009-11-26 Peter Rabbitson Sanify search_related chaining code (no functional...
2009-11-26 Peter Rabbitson cleanups
2009-11-25 Peter Rabbitson Looks like we nailed a todo
2009-11-25 Peter Rabbitson Test and fix scalarref in an inflatable slot corner...
next