2003-08-07 |
Allen Day |
no longer using set_up_table method. it incurs an... |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Mark Addison |
Fixed default value bug in Parser::SqlfXML. |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Ken Youens... |
Changed to use new "SqlfXML" producer. |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Ken Youens... |
Added dependencies from new XML modules. |
commit | commitdiff | tree | snapshot |
2003-08-06 |
Mark Addison |
Moved Producer::XML to Producer::SqlfXML. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
FK defs were leaving out the field name. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
Allow more producers than just the two graphical. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
Reversed arrowheads. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
Reversed the arrowheads. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
Added line to disable checking of FKs on import of... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
New MySQL 4 syntax allows field names to be in backtick... |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Ken Youens... |
Applying (spirit of) patch from RT making keyword ... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Darren Chamberlain |
Oops, haven't added these yet. |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Darren Chamberlain |
.cvsignore |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Darren Chamberlain |
Some simple cleanups. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Ken Youens... |
Added "character set" as field qualifier as this is... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Ken Youens... |
Added options for specifying image map. |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Ken Youens... |
Allow embedded comments a la the PG parser, store the... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Ken Youens... |
Print out field comments using Oracle "comment on field... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Ken Youens... |
Added a "table" section at the top to click right to... |
commit | commitdiff | tree | snapshot |
2003-07-18 |
Ken Youens... |
Added options to make an image map. |
commit | commitdiff | tree | snapshot |
2003-07-11 |
Ken Youens... |
Made "pg_data_type" rules case-insensitive per a patch... |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Allen Day |
aliasing ugly tablename_fieldname ref methods where... |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Allen Day |
commenting shortcoming |
commit | commitdiff | tree | snapshot |
2003-07-09 |
Allen Day |
had to fix up the format_pk_method (somehow it got... |
commit | commitdiff | tree | snapshot |
2003-07-02 |
Ken Youens... |
Strip field size qualifiers from index fields as SQLite... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
Fixed VERSION to be CPAN-friendly. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
Fixed VERSION. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
Reversed earlier change to VERSION after Darren scolded me. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
Efforts to re-enable Allen's many-to-many linktable... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
I've tried to address Allen's concerns about naming... |
commit | commitdiff | tree | snapshot |
2003-06-27 |
Ken Youens... |
Minor change. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
Darren Chamberlain |
Added "use Class::Base;" declaration to go with use... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Ken Youens... |
Removed redeclaration of "$parser_type," fixed bug... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Ken Youens... |
Added "()" to character class of "default_val" rule... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Ken Youens... |
Fixed a bug-fix of mine that was contingent on my check... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Ken Youens... |
Attempting clean up something. |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Allen Day |
fixes for base DBI package setting db vendor based... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Ken Youens... |
Allow translation from parsers other than MySQL, Pg... |
commit | commitdiff | tree | snapshot |
2003-06-25 |
Allen Day |
adding strict and quotes for barewords |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Ken Youens... |
Added more description; allow options for db user/pass... |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Ken Youens... |
Changed "hasa" to "has_a." |
commit | commitdiff | tree | snapshot |
2003-06-24 |
Ken Youens... |
Adding dumper creator. |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Ken Youens... |
Allow data types which haven't been listed in translati... |
commit | commitdiff | tree | snapshot |
2003-06-23 |
Ken Youens... |
Fixed grammar for REVOKE and GRANT (missing word "table"). |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Allen Day |
fk references in many-to-many mappings need to refer... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Darren Chamberlain |
The $DEFAULT_SUB was still looking at $_[1], and not... |
commit | commitdiff | tree | snapshot |
2003-06-19 |
Ken Youens... |
Added single quotes around the "use base 'foo';" line. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Fixed VERSION. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Fixed VERSION string. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Fixed VERSION strings. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Added more TODO items. |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
The grammar bothered me. v0.02 |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Trying to get everything "on message." |
commit | commitdiff | tree | snapshot |
2003-06-18 |
Ken Youens... |
Cleaning up the project description. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Youens... |
Added SEE ALSO to send people to SF site. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Youens... |
Decided against using cvs2cl.pl as it's way too verbose... |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Darren Chamberlain |
Initial import of Jason Williams' SQL Fairy logo. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Youens... |
Updated README. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Youens... |
Nothing really changed. |
commit | commitdiff | tree | snapshot |
2003-06-17 |
Ken Youens... |
Added INSERT and UPDATE placeholders to get parser... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Fixed MANIFEST to match change in filename. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Renamed 09auto-dia.t to 09sqlt-diagram.t to match the... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Regenerated Chagnes using cvs2cl.pl |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Created a more generic README for the project. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
I was going to move the "format_*_name" methods to... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
All the copyright notices say how the user should have... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Added LICENSE. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Added some ideas for 0.03. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Fixed EXE_FILES filenames, decided to removed CGI script. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Removed this file as it uses the Validator which has... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Fixed script name in POD. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Fixed script name in docs. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Renamed auto-viv.cgi to sql_translator.cgi |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Renamed auto-graph.pl to sqlt-graph.pl |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Renamed auto-dia.pl to sqlt-diagram.pl |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Removed Validator class as validation is now in the... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Removed some things that don't actually work. |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Changed getting of version from main module, added... |
commit | commitdiff | tree | snapshot |
2003-06-16 |
Ken Youens... |
Altered POD description. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Upped the version in anticipation of making a new relea... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Removed fixed bugs, either need to verify other bugs... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Updated TODO. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Added HTML and POD producers. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Modified producers to quite looking for the data struct... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Modified all filed to quit returning the data structure... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Added validation code. |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
These tests relied on now deprecated action that the... |
commit | commitdiff | tree | snapshot |
2003-06-11 |
Ken Youens... |
Added "is_valid" tests. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Ken Youens... |
Mostly cosmetic changes (Allen -- no tabs, indent ... |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Ken Youens... |
Adding new HTML producer. |
commit | commitdiff | tree | snapshot |
2003-06-10 |
Ken Youens... |
Minor changes. |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Allen Day |
move over bacon |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Allen Day |
it was buggy |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
A POD producer. |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
Changed to use schema API. |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
Changed to use schema, refactored duplicated code ... |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
Some bug fixen. |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
Added "make_natural_joins." |
commit | commitdiff | tree | snapshot |
2003-06-09 |
Ken Youens... |
Added "is_unique" method to determine if a field has... |
commit | commitdiff | tree | snapshot |
next |