2010-04-21 |
Dagfinn Ilmari Man... |
fix case in DB2 CURRENT_TIMESTAMP rewrite check |
tree | commitdiff |
2010-04-20 |
Rafael Kitover |
rewrite datetime defaults as CURRENT_TIMESTAMP to ease... |
tree | commitdiff |
2010-04-16 |
Robert Buels |
slight tweak to now() -> CURRENT_TIMESTAMP rewriting |
tree | commitdiff |
2010-04-16 |
Rafael Kitover |
rewrite default_value 'now()' as 'CURRENT_TIMESTAMP... |
tree | commitdiff |
2010-04-14 |
Rafael Kitover |
fix sybase tests for new columns |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
use accessor => undef for conflicting columns instead |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
use column_info instead of select to get Oracle column... |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
match quotes in MySQL parser in more places (RT#42101) |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
don't croak if no components when filtering column... |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
fix unique detection in DB2 for multiple schemas (RT... |
tree | commitdiff |
2010-04-13 |
Rafael Kitover |
minor improvement for MySQL |
tree | commitdiff |
2010-04-12 |
Rafael Kitover |
fix column name collisions with methods (RT#49443) |
tree | commitdiff |
2010-04-12 |
Rafael Kitover |
fix loading MySQL views on older MySQL versions (RT... |
tree | commitdiff |
2010-04-10 |
Rafael Kitover |
release 0.06001 |
tree | commitdiff |
2010-04-10 |
Rafael Kitover |
fix type info for MSSQL |
tree | commitdiff |
2010-04-07 |
Rafael Kitover |
fix MSSQL collation detection on freetds tds version 8.0 |
tree | commitdiff |
2010-04-06 |
Rafael Kitover |
clarify loader_class option for make_schema_at |
tree | commitdiff |
2010-04-06 |
Rafael Kitover |
better type info for SQLAnywhere |
tree | commitdiff |
2010-04-04 |
Rafael Kitover |
better Firebird type info |
tree | commitdiff |
2010-04-03 |
Rafael Kitover |
fix a couple tests |
tree | commitdiff |
2010-03-31 |
Rafael Kitover |
better type info for MySQL |
tree | commitdiff |
2010-03-30 |
Rafael Kitover |
add firebird warning for unquoted_ddl option |
tree | commitdiff |
2010-03-30 |
Rafael Kitover |
doc MSSQL case issues |
tree | commitdiff |
2010-03-30 |
Rafael Kitover |
v5 backcompat tests |
tree | commitdiff |
2010-03-29 |
Rafael Kitover |
better case-sensitivity detection for MSSQL |
tree | commitdiff |
2010-03-28 |
Rafael Kitover |
better support for case-sensitive collations in MSSQL |
tree | commitdiff |
2010-03-27 |
Rafael Kitover |
try a couple queries to get MSSQL collation |
tree | commitdiff |
2010-03-27 |
Rafael Kitover |
major version -> v6, more tests needed |
tree | commitdiff |
2010-03-27 |
Rafael Kitover |
don't set result_namespace if it's 'Result' |
tree | commitdiff |
2010-03-27 |
Rafael Kitover |
support for MSSQL databases with case sensitive collation |
tree | commitdiff |
2010-03-27 |
Rafael Kitover |
use sp_fkeys @fktable_name in MSSQL in lowercase (for... |
tree | commitdiff |
2010-03-26 |
Rafael Kitover |
wrap sp_fkeys in an eval for MSSQL |
tree | commitdiff |
2010-03-26 |
Rafael Kitover |
lowercase schema name for MSSQL |
tree | commitdiff |
2010-03-26 |
Rafael Kitover |
update docs for passing loader_class to make_schema_at |
tree | commitdiff |
2010-03-26 |
Rafael Kitover |
don't rebless with custom loader_class |
tree | commitdiff |
2010-03-25 |
Rafael Kitover |
suppress 'bad table' warnings for filtered tables,... |
tree | commitdiff |
2010-03-24 |
Rafael Kitover |
fix case issues for MSSQL |
tree | commitdiff |
2010-03-22 |
Rafael Kitover |
check for table moniker clashes (patch from ribasushi) |
tree | commitdiff |
2010-03-22 |
Rafael Kitover |
remove ODBC as a parent for ODBC/SQL_Anywhere as not... |
tree | commitdiff |
2010-03-22 |
Rafael Kitover |
remove ODBC as a base for ODBC/MSSQL, no longer needed |
tree | commitdiff |
2010-03-21 |
Rafael Kitover |
better type info for Sybase ASE and better data type... |
tree | commitdiff |
2010-03-21 |
Rafael Kitover |
override _columns_info_for instead of _extra_column_inf... |
tree | commitdiff |
2010-03-21 |
Rafael Kitover |
better type info for Pg: sets sequence for serials... |
tree | commitdiff |
2010-03-20 |
Rafael Kitover |
better _tables_list for MSSQL |
tree | commitdiff |
2010-03-17 |
Rafael Kitover |
pick up views in SQLite |
tree | commitdiff |
2010-03-17 |
Rafael Kitover |
add is_deferrable => 1 to belongs_to by default |
tree | commitdiff |
2010-03-16 |
Rafael Kitover |
better inflection using Lingua::EN::Inflect::Phrase |
tree | commitdiff |
2010-03-16 |
Rafael Kitover |
turn off cascade_delete/copy, set on_delete/update |
tree | commitdiff |
2010-03-15 |
Rafael Kitover |
fix _table_fk_info for SQL Anywhere |
tree | commitdiff |
2010-03-12 |
Rafael Kitover |
add config_file option |
tree | commitdiff |
2010-03-07 |
Rafael Kitover |
smarter inflect_plural in RelBuilder |
tree | commitdiff |
2010-03-06 |
Rafael Kitover |
Firebird: unquoted_ddl option. Revert wrapped dbic... |
tree | commitdiff |
2010-03-05 |
Rafael Kitover |
Firebird: cleanup trigger parsing code a bit |
tree | commitdiff |
2010-03-05 |
Rafael Kitover |
Sybase: set inflate_datetime => 1 for 'AS getdate(... |
tree | commitdiff |
2010-03-05 |
Rafael Kitover |
Oracle: works again. Firebird: better cleanup in common... |
tree | commitdiff |
2010-03-05 |
Rafael Kitover |
Firebird: more specific autoinc trigger search |
tree | commitdiff |
2010-03-05 |
Rafael Kitover |
Firebird: mixed case support (wip) |
tree | commitdiff |
2010-03-04 |
Rafael Kitover |
Firebird: find quoted generators |
tree | commitdiff |
2010-03-04 |
Rafael Kitover |
Firebird passes common tests |
tree | commitdiff |
2010-03-03 |
Rafael Kitover |
is_auto_increment for Firebird, refactor _extra_column_info |
tree | commitdiff |
2010-03-01 |
Rafael Kitover |
don't use @ARGV to slurp files |
tree | commitdiff |
2010-03-01 |
Rafael Kitover |
some preliminary support for Firebird |
tree | commitdiff |
2010-02-25 |
Rafael Kitover |
filter tables for SQLite too |
tree | commitdiff |
2010-02-25 |
Andrew Rodland |
Do that eval a little more nicely. |
tree | commitdiff |
2010-02-25 |
Andrew Rodland |
Do SQLite loading without any hairy regexes. |
tree | commitdiff |
2010-02-24 |
Rafael Kitover |
fix MySQL tests without InnoDB, use my variables instea... |
tree | commitdiff |
2010-02-23 |
Rafael Kitover |
column_info POD generation improvements |
tree | commitdiff |
2010-02-23 |
Rafael Kitover |
correct table list for SQL Anywhere |
tree | commitdiff |
2010-02-22 |
Rafael Kitover |
rename _relnames_and_methods to _relnames_and_method... |
tree | commitdiff |
2010-02-21 |
Rafael Kitover |
minor fix for _id strip warning |
tree | commitdiff |
2010-02-21 |
Rafael Kitover |
Merge remote branch 'origin/simplify_relbuilder_backcompat' |
tree | commitdiff |
2010-02-20 |
Robert Buels |
fixed relnames in _id strip warning, much easier with... |
tree | commitdiff |
2010-02-20 |
Robert Buels |
fixed test failure |
tree | commitdiff |
2010-02-20 |
Robert Buels |
rearrange relbuilder methods and interface to backcompat |
tree | commitdiff |
2010-02-20 |
Rafael Kitover |
upload 0.05003 0.05003 |
tree | commitdiff |
2010-02-20 |
Rafael Kitover |
fix relnames in _id strip warning |
tree | commitdiff |
2010-02-20 |
Rafael Kitover |
tests for new _id stripping code |
tree | commitdiff |
2010-02-20 |
Rafael Kitover |
split off the new _id stripping into _multi_rel_local_r... |
tree | commitdiff |
2010-02-20 |
Rafael Kitover |
Merge branch 'custom_column_info' |
tree | commitdiff |
2010-02-19 |
Rafael Kitover |
code/pod cleanup |
tree | commitdiff |
2010-02-19 |
Andrew Rodland |
Sweet, sweet credit |
tree | commitdiff |
2010-02-19 |
Andrew Rodland |
Improve SQLite parsing when column defs span lines |
tree | commitdiff |
2010-02-19 |
Rafael Kitover |
Merge branch 'master' into custom_column_info |
tree | commitdiff |
2010-02-19 |
Robert Bohne |
Merge branch 'master' into custom_column_info |
tree | commitdiff |
2010-02-19 |
Rafael Kitover |
warn about the new _id stripping only when there was... |
tree | commitdiff |
2010-02-19 |
Robert Bohne |
Bettering custom/datetime_column_info parameters |
tree | commitdiff |
2010-02-19 |
Rafael Kitover |
merging master |
tree | commitdiff |
2010-02-19 |
Robert Buels |
added warning about additional trailing _id stripping... |
tree | commitdiff |
2010-02-18 |
Robert Buels |
fixed POD bug, was not correctly printing scalar refs |
tree | commitdiff |
2010-02-18 |
Robert Buels |
strip _id in naming of relationships in the case of... |
tree | commitdiff |
2010-02-17 |
Robert Bohne |
Remove debug output |
tree | commitdiff |
2010-02-17 |
Robert Bohne |
Add datetime_timezone/datetime_locale loader options |
tree | commitdiff |
2010-02-17 |
Robert Bohne |
Update custom_column_info POD |
tree | commitdiff |
2010-02-15 |
Robert Bohne |
Fixed POD / custom_column_info |
tree | commitdiff |
2010-02-15 |
Robert Bohne |
Add POD for custom_column_info, remove ( empty ) hashre... |
tree | commitdiff |
2010-02-15 |
Robert Bohne |
Merge branch 'master' into column_callback |
tree | commitdiff |
2010-02-15 |
Robert Bohne |
Add custom_column_info implemenation |
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 |
next |