Allen Day [Fri, 15 Oct 2004 02:23:30 +0000]
patch for parser/producer args courtesy of darren (w/ embellishments by me)
Allen Day [Wed, 13 Oct 2004 23:14:06 +0000]
some refactoring. moving to being able to call $schema->as_graph to do
an OM translation.
Allen Day [Wed, 13 Oct 2004 22:31:59 +0000]
lc the template files... flipflop
Allen Day [Wed, 13 Oct 2004 22:24:49 +0000]
almost working. there is a package name mangling problem where the
upcasing doesn't happen properly... i think it's the lack of callback
calling in the right places, or an erroneous callback.
Ken Youens-Clark [Fri, 24 Sep 2004 14:06:46 +0000]
Fixed POD.
Ken Youens-Clark [Thu, 23 Sep 2004 15:08:03 +0000]
Fixed syntax error.
Brian O'Connor [Wed, 22 Sep 2004 23:46:53 +0000]
Modifications to the Turnkey producer to support file split in the Turnkey install process
Ken Youens-Clark [Mon, 20 Sep 2004 20:48:19 +0000]
OK, I really got it this time.
Ken Youens-Clark [Mon, 20 Sep 2004 20:32:18 +0000]
That last commit wasn't very thought-out.
Ken Youens-Clark [Mon, 20 Sep 2004 20:22:47 +0000]
The default too often was "tinyint," changed to only make it that when
necessary and default non-float number fields to "int."
Ken Youens-Clark [Fri, 17 Sep 2004 21:54:43 +0000]
Trying to be smarter and stricter on translating FKs.
Ken Youens-Clark [Fri, 17 Sep 2004 21:53:35 +0000]
Moved "interval" rule.
Ken Youens-Clark [Fri, 17 Sep 2004 21:52:46 +0000]
Bug fix to keep FK constraints from being created twice, expanded a couple
of rules to handle screwy input.
Jess Robinson [Wed, 15 Sep 2004 21:16:02 +0000]
Add Triggers
Jess Robinson [Wed, 15 Sep 2004 21:13:43 +0000]
New column_info definition, correct nullable
Ken Youens-Clark [Mon, 13 Sep 2004 18:16:48 +0000]
Some updates to tests to skip when required dependencies are missing.
Ken Youens-Clark [Mon, 30 Aug 2004 19:05:32 +0000]
Allow "gutter" to be set by producer arg (Markus Törnqvist).
Ken Youens-Clark [Mon, 30 Aug 2004 19:04:59 +0000]
Allow "gutter" to be set by producer arg (Markus Törnqvis).
Ken Youens-Clark [Mon, 30 Aug 2004 18:59:09 +0000]
Fixed problems in POD.
Ken Youens-Clark [Mon, 30 Aug 2004 18:54:58 +0000]
Applying patches from Markus Törnqvis.
Ken Youens-Clark [Mon, 30 Aug 2004 18:51:00 +0000]
Adding Jess's DB2 DBI parser.
Mark Addison [Fri, 20 Aug 2004 11:01:48 +0000]
Doc tweaks.
Mark Addison [Fri, 20 Aug 2004 00:58:35 +0000]
Doc tweaks
Mark Addison [Thu, 19 Aug 2004 20:58:05 +0000]
Doc tweaks
Mark Addison [Thu, 19 Aug 2004 20:41:32 +0000]
Doc tweaks
Mark Addison [Thu, 19 Aug 2004 19:55:36 +0000]
Doc tweaks
Mark Addison [Thu, 19 Aug 2004 14:09:00 +0000]
Added collection tags for the Schemas objects (tables, views, etc)
Mark Addison [Wed, 18 Aug 2004 20:27:58 +0000]
Move the list of methods to write as elements out into a global.
Darren Chamberlain [Fri, 13 Aug 2004 16:48:07 +0000]
DOAP for SQL::Translator
Mark Addison [Thu, 12 Aug 2004 16:43:23 +0000]
XML test file changed
Ken Youens-Clark [Thu, 12 Aug 2004 16:18:00 +0000]
Added "version" argument to show SQLT::VERSION.
Ken Youens-Clark [Wed, 11 Aug 2004 22:00:39 +0000]
Take the defined field size if present.
Ken Youens-Clark [Wed, 11 Aug 2004 21:55:34 +0000]
Check for >255 field size for all char fields (not just varchar); turn a
boolean field into an ENUM; make sure double/float fields have a precision
value (even if it's just "0").
Ken Youens-Clark [Thu, 5 Aug 2004 21:13:03 +0000]
Add indexes for FKs as necessary.
Ken Youens-Clark [Thu, 5 Aug 2004 18:15:12 +0000]
Make sure there's some size value for a character-based field.
Ken Youens-Clark [Thu, 5 Aug 2004 15:41:46 +0000]
Removed some old code, make table type "InnoDB" if there's a FK constraint.
Brian O'Connor [Thu, 5 Aug 2004 02:05:46 +0000]
Changes to the Turnkey producer to better support IE.
Ken Youens-Clark [Fri, 30 Jul 2004 22:04:25 +0000]
Just some cosmetic changes to the docs.
Ken Youens-Clark [Fri, 30 Jul 2004 21:56:18 +0000]
Removing commented-out code.
Paul Harrington [Fri, 30 Jul 2004 16:13:52 +0000]
sp_columns on Sybase 12.5.2 (and, perhaps, earlier) needs to be passed nulls explicitly so pass in list of undefs to column_info
Ken Youens-Clark [Fri, 30 Jul 2004 15:34:16 +0000]
Fixed naming of file.
Ken Youens-Clark [Fri, 30 Jul 2004 15:31:29 +0000]
Updated.
Ken Youens-Clark [Fri, 30 Jul 2004 15:28:49 +0000]
Changing to use Build.PL/Module::Build.
Ken Youens-Clark [Fri, 30 Jul 2004 15:27:36 +0000]
Adding new Module::Build-based build script.
Brian O'Connor [Mon, 26 Jul 2004 20:49:34 +0000]
Correctly produces settings file for soap Turnkey components.
Ken Youens-Clark [Mon, 26 Jul 2004 13:55:51 +0000]
Fixed docs.
Ken Youens-Clark [Fri, 23 Jul 2004 15:38:20 +0000]
Fixed documentation in template.
Brian O'Connor [Fri, 23 Jul 2004 01:11:23 +0000]
Updates to include special comments for Atom and Model classes to make
it easier to split these files as part of a Turnkey install.
Brian O'Connor [Wed, 21 Jul 2004 03:02:57 +0000]
Changes to the Turnkey producer related to soap output, AutoDBI output, and comment syntax.
Allen Day [Tue, 20 Jul 2004 23:49:04 +0000]
Class::MakeMethods prereq for Turnkey producer.
Ken Youens-Clark [Tue, 20 Jul 2004 17:44:43 +0000]
Added 'date' to "string" types.
Ken Youens-Clark [Wed, 14 Jul 2004 19:37:41 +0000]
Added "enum" to string types.
Mark Addison [Fri, 9 Jul 2004 00:51:35 +0000]
Fixed break due to XML Parser now supporting field.extra
Mark Addison [Fri, 9 Jul 2004 00:50:47 +0000]
Added parsing of field.extra
Mark Addison [Fri, 9 Jul 2004 00:46:28 +0000]
Allow extra to be set via constructor.
Mark Addison [Thu, 8 Jul 2004 23:39:38 +0000]
Added writing of field.extra
Mark Addison [Thu, 8 Jul 2004 20:37:53 +0000]
Updated with the new XML producer args.
Mark Addison [Thu, 8 Jul 2004 20:37:26 +0000]
Added producer args to control indenting, newlines and namespace prefixing.
Mark Addison [Thu, 8 Jul 2004 19:52:27 +0000]
Added items about the change of XML format and additional TT based producers.
Mark Addison [Thu, 8 Jul 2004 19:34:29 +0000]
Added docs about the legacy format xml.
Mark Addison [Thu, 8 Jul 2004 19:33:46 +0000]
*** empty log message ***
Mark Addison [Thu, 8 Jul 2004 19:08:16 +0000]
XML test src changed name.
Mark Addison [Thu, 8 Jul 2004 19:07:30 +0000]
Updated to test the new, single format sqlf xml.
Mark Addison [Thu, 8 Jul 2004 19:06:24 +0000]
Updated to parse the new, single format sqlf xml and emit warnings when the old style is used (but still parse it).
Mark Addison [Thu, 8 Jul 2004 19:05:26 +0000]
Updated to produce the new, single format sqlf xml.
Mark Addison [Thu, 8 Jul 2004 17:29:56 +0000]
Doc tweaks.
Allen Day [Thu, 24 Jun 2004 00:35:36 +0000]
silence redefined warnings
Ken Youens-Clark [Fri, 4 Jun 2004 19:39:48 +0000]
Fixed problems with non-unique names.
Mark Addison [Fri, 14 May 2004 03:37:37 +0000]
Added experimental pre_process_schema method.
Mark Addison [Fri, 14 May 2004 03:36:32 +0000]
Tweaked to use the default reading of __DATA__
Mark Addison [Fri, 14 May 2004 03:08:15 +0000]
Initial stab at a section on building producers with TT::Base
Mark Addison [Fri, 14 May 2004 00:46:32 +0000]
Documentation.
Mark Addison [Fri, 14 May 2004 00:45:55 +0000]
Tweaked tt_schema
Mark Addison [Thu, 13 May 2004 22:52:42 +0000]
Added test for tt_config
Mark Addison [Thu, 13 May 2004 22:52:00 +0000]
Added hook for sub classes to set Template config. Docs next...
Ken Youens-Clark [Wed, 12 May 2004 21:33:49 +0000]
Some changes to get tests to pass.
Ken Youens-Clark [Wed, 12 May 2004 20:16:11 +0000]
Fixed merge.
Brian O'Connor [Sun, 25 Apr 2004 18:08:06 +0000]
Updates to the Turnkey class bindings, will need to be revised later when we switch to search on it's own handler.
Brian O'Connor [Sun, 25 Apr 2004 10:18:49 +0000]
URL link corrections
Brian O'Connor [Sun, 25 Apr 2004 10:13:31 +0000]
Modified the Turnkey producer to correcly output URLs. This method will need to be updated once we start
using more than the /db/ prefix.
Brian O'Connor [Sun, 25 Apr 2004 00:38:40 +0000]
Removed some character escape problems with the Turnkey producer.
Mark Addison [Fri, 23 Apr 2004 19:41:06 +0000]
As a quick test to see if Test::SQL::Translator really is quicker added tests
for the 1st 2 tables in test scheam. 130 Ok's added in 15 mins :)
Ken Youens-Clark [Fri, 23 Apr 2004 12:46:53 +0000]
Fixed error in output.
Ken Youens-Clark [Fri, 23 Apr 2004 00:44:10 +0000]
Added bit to help.
Ken Youens-Clark [Thu, 22 Apr 2004 19:59:46 +0000]
Give higher billing for manual.
Ken Youens-Clark [Thu, 22 Apr 2004 19:57:29 +0000]
Upped version. We should release soon.
Ken Youens-Clark [Thu, 22 Apr 2004 19:56:47 +0000]
Updated tests for alternate unique constraint.
Ken Youens-Clark [Thu, 22 Apr 2004 19:56:28 +0000]
Added alternate way to declare unique constraints.
Brian O'Connor [Tue, 20 Apr 2004 02:31:14 +0000]
Updates for dump method.
Brian O'Connor [Tue, 20 Apr 2004 02:25:56 +0000]
Fixed bug in Data::Dumper statement
Brian O'Connor [Tue, 20 Apr 2004 02:13:48 +0000]
Updated heredocs to not be interpreted.
Brian O'Connor [Tue, 20 Apr 2004 01:59:07 +0000]
Added dumper method.
Ken Youens-Clark [Mon, 19 Apr 2004 16:39:04 +0000]
Adding tests for Access parser.
Ken Youens-Clark [Mon, 19 Apr 2004 16:38:37 +0000]
Added Access data types.
Ken Youens-Clark [Mon, 19 Apr 2004 16:38:17 +0000]
Committing new Access parser (yeah, Bill, we're coming after you now).
Ken Youens-Clark [Mon, 19 Apr 2004 16:01:58 +0000]
Adding test data for Access parser.
Brian O'Connor [Fri, 16 Apr 2004 23:10:20 +0000]
Fixes a bug in the way the Turnkey producer's macro.tt2 output renders minor focus panels.
Brian O'Connor [Fri, 16 Apr 2004 22:20:14 +0000]
Updated a problem with the Turnkey template producer
Brian O'Connor [Fri, 16 Apr 2004 09:46:51 +0000]
Updates to the Turnkey templates for atoms, tt2 templates, and xml
Brian O'Connor [Fri, 16 Apr 2004 09:08:44 +0000]
removed xlink tag