fix unique detection in DB2 for multiple schemas (RT#39622)
[dbsrgits/DBIx-Class-Schema-Loader.git] / lib / DBIx / Class / Schema / Loader / DBI /
2010-04-13 Rafael Kitover fix unique detection in DB2 for multiple schemas (RT...
2010-04-13 Rafael Kitover minor improvement for MySQL
2010-04-12 Rafael Kitover fix loading MySQL views on older MySQL versions (RT...
2010-04-10 Rafael Kitover release 0.06001
2010-04-10 Rafael Kitover fix type info for MSSQL
2010-04-07 Rafael Kitover fix MSSQL collation detection on freetds tds version 8.0
2010-04-06 Rafael Kitover better type info for SQLAnywhere
2010-04-04 Rafael Kitover better Firebird type info
2010-03-31 Rafael Kitover better type info for MySQL
2010-03-30 Rafael Kitover add firebird warning for unquoted_ddl option
2010-03-30 Rafael Kitover doc MSSQL case issues
2010-03-30 Rafael Kitover v5 backcompat tests
2010-03-29 Rafael Kitover better case-sensitivity detection for MSSQL
2010-03-28 Rafael Kitover better support for case-sensitive collations in MSSQL
2010-03-27 Rafael Kitover try a couple queries to get MSSQL collation
2010-03-27 Rafael Kitover don't set result_namespace if it's 'Result'
2010-03-27 Rafael Kitover support for MSSQL databases with case sensitive collation
2010-03-27 Rafael Kitover use sp_fkeys @fktable_name in MSSQL in lowercase (for...
2010-03-26 Rafael Kitover wrap sp_fkeys in an eval for MSSQL
2010-03-26 Rafael Kitover lowercase schema name for MSSQL
2010-03-26 Rafael Kitover don't rebless with custom loader_class
2010-03-25 Rafael Kitover suppress 'bad table' warnings for filtered tables,...
2010-03-24 Rafael Kitover fix case issues for MSSQL
2010-03-22 Rafael Kitover remove ODBC as a parent for ODBC/SQL_Anywhere as not...
2010-03-22 Rafael Kitover remove ODBC as a base for ODBC/MSSQL, no longer needed
2010-03-21 Rafael Kitover better type info for Sybase ASE and better data type...
2010-03-21 Rafael Kitover override _columns_info_for instead of _extra_column_inf...
2010-03-21 Rafael Kitover better type info for Pg: sets sequence for serials...
2010-03-20 Rafael Kitover better _tables_list for MSSQL
2010-03-17 Rafael Kitover pick up views in SQLite
2010-03-15 Rafael Kitover fix _table_fk_info for SQL Anywhere
2010-03-06 Rafael Kitover Firebird: unquoted_ddl option. Revert wrapped dbic...
2010-03-05 Rafael Kitover Firebird: cleanup trigger parsing code a bit
2010-03-05 Rafael Kitover Sybase: set inflate_datetime => 1 for 'AS getdate(...
2010-03-05 Rafael Kitover Oracle: works again. Firebird: better cleanup in common...
2010-03-05 Rafael Kitover Firebird: more specific autoinc trigger search
2010-03-05 Rafael Kitover Firebird: mixed case support (wip)
2010-03-04 Rafael Kitover Firebird: find quoted generators
2010-03-04 Rafael Kitover Firebird passes common tests
2010-03-03 Rafael Kitover is_auto_increment for Firebird, refactor _extra_column_info
2010-03-01 Rafael Kitover some preliminary support for Firebird
2010-02-25 Rafael Kitover filter tables for SQLite too
2010-02-25 Andrew Rodland Do that eval a little more nicely.
2010-02-25 Andrew Rodland Do SQLite loading without any hairy regexes.
2010-02-23 Rafael Kitover correct table list for SQL Anywhere
2010-02-20 Rafael Kitover upload 0.05003 0.05003
2010-02-19 Andrew Rodland Improve SQLite parsing when column defs span lines
2010-02-15 Rafael Kitover upload 0.05002 0.05002
2010-02-15 Rafael Kitover support for SQL Anywhere
2010-02-13 Rafael Kitover fix picking up quoted tables for SQLite, patch from...
2010-02-05 Rafael Kitover upload 0.05001 0.05001
2010-02-05 Rafael Kitover fix default_value for all other backends, fix bug with...
2010-02-05 Rafael Kitover add t/_common_dump to MANIFEST.SKIP, minor POD change
2010-02-04 Robert Bohne Use QuotedDefault in DBI::SQLite, fixed default value
2010-02-04 Rafael Kitover fix default_value introspection for Oracle
2010-02-01 Rafael Kitover release 0.05000 0.05000
2010-01-31 Rafael Kitover better size introspection for Sybase
2010-01-31 Rafael Kitover better type mapping and default introspection for Sybase
2010-01-30 Rafael Kitover set data_type to undef for Sybase computed columns
2010-01-30 Rafael Kitover fix IDENTITY data_type for Sybase, more extra tests...
2010-01-22 Rafael Kitover better handling of default precision for TIME type...
2010-01-22 Rafael Kitover make default datetime type precision checking for Pg...
2010-01-22 Rafael Kitover fix for size on pg timestamps/intervals when there...
2010-01-21 Rafael Kitover add patch from waawaamilk to generate POD for long...
2010-01-17 Rafael Kitover check for "CURRENT_TIMESTAMP" only for "TIMESTAMP"...
2010-01-14 Rafael Kitover new dev release 0.04999_14
2010-01-14 Rafael Kitover rewrite _table_columns for Sybase as a join instead...
2010-01-07 Rafael Kitover clean up the query from table stuff
2010-01-04 Rafael Kitover ugly hack to ignore bad tables for ODBC/MSSQL
2010-01-03 Rafael Kitover fix NUMERIC/DECIMAL size for postgres
2010-01-03 Rafael Kitover new dev release 0.04999_13
2010-01-02 Rafael Kitover fix up VARBIT for postgres too, that's all the varying...
2010-01-02 Rafael Kitover better "size" column_info for postgres, still unlikely...
2009-12-24 Rafael Kitover added Manual/UpgradingFromV4.pod
2009-12-01 Rafael Kitover better handling of db_schema for Oracle, based on ...
2009-11-30 Rafael Kitover new dev release 0.04999_12
2009-11-30 Rafael Kitover fix MySQL rel introspection with on_connect_call =...
2009-11-29 Rafael Kitover fix table count test in common tests, inc version for...
2009-11-29 Rafael Kitover added patch to generate POD from postgres by Andrey...
2009-11-24 Rafael Kitover handle un-parenthesized default numeric/integer values...
2009-11-24 Rafael Kitover fix MSSQL default detection to work with numeric/intege...
2009-11-22 Rafael Kitover redo AUTHOR sections to have one main CONTRIBUTORS...
2009-11-22 Rafael Kitover $dbh->quote some things
2009-11-22 Rafael Kitover fix default_value for MSSQL
2009-10-31 Rafael Kitover new dev release 0.04999_10
2009-10-31 Rafael Kitover fix data_type for identities in MSSQL RT#50523
2009-10-13 Rafael Kitover patch from Robert Bohne to make _table_uniq_info more...
2009-10-08 Rafael Kitover new dev release 0.04999_09
2009-08-29 Rafael Kitover dev release 0.04999_08
2009-08-28 Rafael Kitover Merge 'current' into 'mssql_tweaks'
2009-08-23 Rafael Kitover put extra mssql tests in the proper format
2009-08-12 Rafael Kitover add TODO comment for mysql
2009-08-12 Rafael Kitover fix CURRENT_TIMESTAMP default for MySQL
2009-07-03 Rafael Kitover almost passes sybase tests now
2009-07-03 Rafael Kitover sybase rels sort of work now, more than half-way throug...
2009-07-03 Rafael Kitover rels are still fucked in sybase
2009-07-02 Rafael Kitover making some progress on Sybase
2009-07-02 Rafael Kitover merging in sybase branch
2009-07-01 Rafael Kitover minor changes
2009-07-01 Rafael Kitover determine db_schema for mssql if not supplied
next