2010-02-19 |
Andrew Rodland |
Improve SQLite parsing when column defs span lines |
tree | commitdiff |
2010-02-15 |
Rafael Kitover |
upload 0.05002 0.05002 |
tree | commitdiff |
2010-02-15 |
Rafael Kitover |
support for SQL Anywhere |
tree | commitdiff |
2010-02-13 |
Rafael Kitover |
fix picking up quoted tables for SQLite, patch from... |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
upload 0.05001 0.05001 |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
fix default_value for all other backends, fix bug with... |
tree | commitdiff |
2010-02-05 |
Rafael Kitover |
add t/_common_dump to MANIFEST.SKIP, minor POD change |
tree | commitdiff |
2010-02-04 |
Robert Bohne |
Use QuotedDefault in DBI::SQLite, fixed default value |
tree | commitdiff |
2010-02-04 |
Rafael Kitover |
fix default_value introspection for Oracle |
tree | commitdiff |
2010-02-01 |
Rafael Kitover |
release 0.05000 0.05000 |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
better size introspection for Sybase |
tree | commitdiff |
2010-01-31 |
Rafael Kitover |
better type mapping and default introspection for Sybase |
tree | commitdiff |
2010-01-30 |
Rafael Kitover |
set data_type to undef for Sybase computed columns |
tree | commitdiff |
2010-01-30 |
Rafael Kitover |
fix IDENTITY data_type for Sybase, more extra tests... |
tree | commitdiff |
2010-01-22 |
Rafael Kitover |
better handling of default precision for TIME type... |
tree | commitdiff |
2010-01-22 |
Rafael Kitover |
make default datetime type precision checking for Pg... |
tree | commitdiff |
2010-01-22 |
Rafael Kitover |
fix for size on pg timestamps/intervals when there... |
tree | commitdiff |
2010-01-21 |
Rafael Kitover |
add patch from waawaamilk to generate POD for long... |
tree | commitdiff |
2010-01-17 |
Rafael Kitover |
check for "CURRENT_TIMESTAMP" only for "TIMESTAMP"... |
tree | commitdiff |
2010-01-14 |
Rafael Kitover |
new dev release 0.04999_14 |
tree | commitdiff |
2010-01-14 |
Rafael Kitover |
rewrite _table_columns for Sybase as a join instead... |
tree | commitdiff |
2010-01-07 |
Rafael Kitover |
clean up the query from table stuff |
tree | commitdiff |
2010-01-04 |
Rafael Kitover |
ugly hack to ignore bad tables for ODBC/MSSQL |
tree | commitdiff |
2010-01-03 |
Rafael Kitover |
fix NUMERIC/DECIMAL size for postgres |
tree | commitdiff |
2010-01-03 |
Rafael Kitover |
new dev release 0.04999_13 |
tree | commitdiff |
2010-01-02 |
Rafael Kitover |
fix up VARBIT for postgres too, that's all the varying... |
tree | commitdiff |
2010-01-02 |
Rafael Kitover |
better "size" column_info for postgres, still unlikely... |
tree | commitdiff |
2009-12-24 |
Rafael Kitover |
added Manual/UpgradingFromV4.pod |
tree | commitdiff |
2009-12-01 |
Rafael Kitover |
better handling of db_schema for Oracle, based on ... |
tree | commitdiff |
2009-11-30 |
Rafael Kitover |
new dev release 0.04999_12 |
tree | commitdiff |
2009-11-30 |
Rafael Kitover |
fix MySQL rel introspection with on_connect_call =... |
tree | commitdiff |
2009-11-29 |
Rafael Kitover |
fix table count test in common tests, inc version for... |
tree | commitdiff |
2009-11-29 |
Rafael Kitover |
added patch to generate POD from postgres by Andrey... |
tree | commitdiff |
2009-11-24 |
Rafael Kitover |
handle un-parenthesized default numeric/integer values... |
tree | commitdiff |
2009-11-24 |
Rafael Kitover |
fix MSSQL default detection to work with numeric/intege... |
tree | commitdiff |
2009-11-22 |
Rafael Kitover |
redo AUTHOR sections to have one main CONTRIBUTORS... |
tree | commitdiff |
2009-11-22 |
Rafael Kitover |
$dbh->quote some things |
tree | commitdiff |
2009-11-22 |
Rafael Kitover |
fix default_value for MSSQL |
tree | commitdiff |
2009-10-31 |
Rafael Kitover |
new dev release 0.04999_10 |
tree | commitdiff |
2009-10-31 |
Rafael Kitover |
fix data_type for identities in MSSQL RT#50523 |
tree | commitdiff |
2009-10-13 |
Rafael Kitover |
patch from Robert Bohne to make _table_uniq_info more... |
tree | commitdiff |
2009-10-08 |
Rafael Kitover |
new dev release 0.04999_09 |
tree | commitdiff |
2009-08-29 |
Rafael Kitover |
dev release 0.04999_08 |
tree | commitdiff |
2009-08-28 |
Rafael Kitover |
Merge 'current' into 'mssql_tweaks' |
tree | commitdiff |
2009-08-23 |
Rafael Kitover |
put extra mssql tests in the proper format |
tree | commitdiff |
2009-08-12 |
Rafael Kitover |
add TODO comment for mysql |
tree | commitdiff |
2009-08-12 |
Rafael Kitover |
fix CURRENT_TIMESTAMP default for MySQL |
tree | commitdiff |
2009-07-03 |
Rafael Kitover |
almost passes sybase tests now |
tree | commitdiff |
2009-07-03 |
Rafael Kitover |
sybase rels sort of work now, more than half-way throug... |
tree | commitdiff |
2009-07-03 |
Rafael Kitover |
rels are still fucked in sybase |
tree | commitdiff |
2009-07-02 |
Rafael Kitover |
making some progress on Sybase |
tree | commitdiff |
2009-07-02 |
Rafael Kitover |
merging in sybase branch |
tree | commitdiff |
2009-07-01 |
Rafael Kitover |
minor changes |
tree | commitdiff |
2009-07-01 |
Rafael Kitover |
determine db_schema for mssql if not supplied |
tree | commitdiff |
2009-06-30 |
Rafael Kitover |
automatically set quote_char and name_sep for mssql |
tree | commitdiff |
2009-05-27 |
Rafael Kitover |
_rebless for odbc |
tree | commitdiff |
2009-05-27 |
Rafael Kitover |
use ensure_class_loaded in odbc driver |
tree | commitdiff |
2009-05-27 |
Rafael Kitover |
added test for mssql_odbc |
tree | commitdiff |
2009-05-25 |
Rafael Kitover |
make quoter/name_sep builders overridable methods |
tree | commitdiff |
2009-05-25 |
Rafael Kitover |
cleaned up ODBC crap and added docs |
tree | commitdiff |
2009-05-25 |
Rafael Kitover |
initial hackage, will be cleaned up |
tree | commitdiff |
2009-04-21 |
Justin Hunter |
change spacing |
tree | commitdiff |
2009-04-20 |
Justin Hunter |
initial import of Sybase/MSSQL support |
tree | commitdiff |
2009-04-18 |
Dagfinn Ilmari Man... |
Bump version for release 0.04999_07 |
tree | commitdiff |
2009-04-07 |
Dagfinn Ilmari Man... |
Fix SQLite _extra_column_info for new DBD::SQLite which... |
tree | commitdiff |
2008-11-11 |
Dagfinn Ilmari Man... |
Bump version for release 0.04999_06 |
tree | commitdiff |
2008-06-08 |
Dagfinn Ilmari Man... |
Fix Oracle constraint and auto-increment detection... |
tree | commitdiff |
2008-06-08 |
Dagfinn Ilmari Man... |
Fix Oracle constraint detection for non-owned schemas |
tree | commitdiff |
2008-04-14 |
Dagfinn Ilmari Man... |
Version bump for release 0.04999_05 |
tree | commitdiff |
2008-04-13 |
Dagfinn Ilmari Man... |
Version bump for release |
tree | commitdiff |
2008-03-13 |
Dagfinn Ilmari Man... |
Default db_schema to the username for DB2 |
tree | commitdiff |
2008-03-13 |
Dagfinn Ilmari Man... |
Fix limiting table list to the specified schema for DB2 |
tree | commitdiff |
2008-03-12 |
Dagfinn Ilmari Man... |
Bump version for dev release 0.04999_04 |
tree | commitdiff |
2008-03-12 |
Dagfinn Ilmari Man... |
Add is_auto_increment detecton for DB2 |
tree | commitdiff |
2008-03-12 |
Dagfinn Ilmari Man... |
Bmp version for dev release 0.04999_03 |
tree | commitdiff |
2008-03-12 |
Dagfinn Ilmari Man... |
Merge 'trunk' into 'current' |
tree | commitdiff |
2008-03-12 |
Dagfinn Ilmari Man... |
Fix DB2 support: |
tree | commitdiff |
2008-02-12 |
Dagfinn Ilmari Man... |
Bump version number for dev release 0.04999_02 |
tree | commitdiff |
2008-02-09 |
Dagfinn Ilmari Man... |
Unnhide the Oracle module now that the CPAN perms are... |
tree | commitdiff |
2008-02-08 |
Dagfinn Ilmari Man... |
Add is_auto_increment detection for Oracle |
tree | commitdiff |
2008-02-05 |
Dagfinn Ilmari Man... |
Merge 'trunk' into 'current' |
tree | commitdiff |
2008-02-05 |
Dagfinn Ilmari Man... |
Make sure to get the constraint columns in the right... |
tree | commitdiff |
2008-02-02 |
Dagfinn Ilmari Man... |
Clean up Oracle loader code |
tree | commitdiff |
2008-01-30 |
Dagfinn Ilmari Man... |
Mention _extra_column_info in DBIC::S::L::DBI::Writing |
tree | commitdiff |
2008-01-29 |
Dagfinn Ilmari Man... |
Add support for ENUM value lists for MySQL |
tree | commitdiff |
2008-01-28 |
Dagfinn Ilmari Man... |
Merge _column_is_auto_increment() and _column_extra_att... |
tree | commitdiff |
2008-01-27 |
Dagfinn Ilmari Man... |
Add support for extra => { unsigned => 1 } for MySQL. |
tree | commitdiff |
2007-12-14 |
Dagfinn Ilmari Man... |
Set is_auto_increment for auto-increment columns (RT... |
tree | commitdiff |
2007-11-15 |
Dagfinn Ilmari Man... |
Version bump for release. 0.04004 |
tree | commitdiff |
2007-11-09 |
Dagfinn Ilmari Man... |
Merge 'trunk' into 'current' |
tree | commitdiff |
2007-10-19 |
Brandon Black |
Default Oracle db_schema to db username (patch from... |
tree | commitdiff |
2007-10-10 |
Brandon Black |
update Changes and version numbers in current |
tree | commitdiff |
2007-10-04 |
Brandon Black |
0.04003 changes, version bumps 0.04003 |
tree | commitdiff |
2007-07-24 |
Brandon Black |
0.04002 - disable oracle.pm indexing and fix rescan... 0.04002 |
tree | commitdiff |
2007-06-27 |
Brandon Black |
0.04001, dump_overwrite -> really_erase_my_files 0.04001 |
tree | commitdiff |
2007-06-08 |
Brandon Black |
update versions for 0.04000 release, added some better... 0.04000 |
tree | commitdiff |
2007-05-22 |
Brandon Black |
convert to M::I, release 0.03999_02 0.03999_02 |
tree | commitdiff |
2007-05-21 |
Brandon Black |
Merge 'trunk' into 'current' |
tree | commitdiff |
2007-05-15 |
Brandon Black |
Fix from Marc Espie for CREATE TABLE 'foo' for SQLite |
tree | commitdiff |
2007-04-17 |
Brandon Black |
Merge 'trunk' into 'current' |
tree | commitdiff |
next |