Test txn_scope_guard regression
[dbsrgits/DBIx-Class.git] / lib /
2010-01-22 Arthur Axel "fREW... fix name of _is_numeric to _is_column_numeric
2010-01-22 Arthur Axel "fREW... add _is_numeric to ::Row
2010-01-21 Jay Hannah Added FAQ: Custom methods in Result classes
2010-01-20 Roman Ardern-Corris Added myself as a contributor.
2010-01-20 Roman Ardern-Corris Added a FAQ entry titled: How do I override a run time...
2010-01-20 Peter Rabbitson Fix minor RSC bug
2010-01-19 Peter Rabbitson Some minor test refactor and tab cleanups
2010-01-19 Peter Rabbitson Merge 'no_duplicate_indexes_for_pk_cols' into 'trunk'
2010-01-19 Peter Rabbitson Minor style change and white space trim
2010-01-19 Alexander Hartmaier fixed Authors section
2010-01-18 Alexander Hartmaier test and pod fixes
2010-01-18 Alexander Hartmaier better pod thanks to ribasushi
2010-01-18 Alexander Hartmaier added pod section for parser args
2010-01-18 Peter Rabbitson Adjust my email
2010-01-17 Peter Rabbitson No method aliasing in OO code, *ever*
2010-01-15 Alexander Hartmaier don't sort the key columns because the order of columns...
2010-01-15 Alexander Hartmaier don't sort the primary columns because order matters...
2010-01-15 Alexander Hartmaier added branch no_duplicate_indexes_for_pk_cols with...
2010-01-15 Peter Rabbitson RT52674
2010-01-15 Peter Rabbitson Update troubleshooting doc
2010-01-15 Peter Rabbitson Better description of mysql strict option
2010-01-15 Peter Rabbitson Strict mysql bugfix
2010-01-15 Peter Rabbitson Merge 'trunk' into 'null_column_regression'
2010-01-15 Peter Rabbitson Generalize the to-node inner-join-er to apply to all...
2010-01-13 Alexander Hartmaier added the sources parser arg to the example code
2010-01-12 Alexander Hartmaier fixed a typo in Changes
2010-01-11 Rafael Kitover make a public ::Schema::unregister_source
2010-01-11 Peter Rabbitson Merge 'mssql_limit_regression' into 'trunk'
2010-01-10 Peter Rabbitson rename as per mst
2010-01-10 Rafael Kitover fix connection details in ::DBI::Replicated docs
2010-01-10 Rafael Kitover split connect_info parser out into private _normalize_c...
2010-01-10 Peter Rabbitson Rename subquery to subselect and rewrite POD (per castaway)
2010-01-09 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-09 Peter Rabbitson Changes and typos
2010-01-09 Peter Rabbitson Close the book on mssql ordered subqueries
2010-01-09 Peter Rabbitson Subqueries no longer experimental
2010-01-09 Peter Rabbitson Merge 'connected_schema_leak' into 'trunk'
2010-01-09 Peter Rabbitson Changes
2010-01-09 Peter Rabbitson A "fix" for sqlt-related schema leaks
2010-01-09 Peter Rabbitson Proper invocation
2010-01-08 Peter Rabbitson Cleaner RNO sql
2010-01-08 Peter Rabbitson Merge 'trunk' into 'mssql_limit_regression'
2010-01-08 Peter Rabbitson Put utf8columns in line with the store_column fix
2010-01-08 Peter Rabbitson Resolve problem reported by lists.scsys.co.uk/pipermail...
2010-01-08 Peter Rabbitson Weird test failures
2010-01-07 Peter Rabbitson Wrong title
2010-01-07 Peter Rabbitson Minor optimization
2010-01-07 Peter Rabbitson 5.8.1 is minimum required perl
2010-01-06 Rafael Kitover remove alignment mark on base64 md5
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 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-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-18 Alexander Hartmaier dclone pod take #2
2009-12-18 Alexander Hartmaier link to DBIx::Class::Row
2009-12-18 Alexander Hartmaier Schema POD inprovement for dclone
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-16 Peter Rabbitson This is horrific but the tests pass... maybe someone...
2009-12-15 Peter Rabbitson Do not realias tables in the RNO subqueries
2009-12-12 Peter Rabbitson Isolate prefetch heads using RNO with a subquery
2009-12-12 Peter Rabbitson Fix corner case regression on search_related on a prefe...
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'
next