19 years agoAllow extra to be set via constructor.
Mark Addison [Fri, 9 Jul 2004 00:46:28 +0000]
Allow extra to be set via constructor.

19 years agoAdded writing of field.extra
Mark Addison [Thu, 8 Jul 2004 23:39:38 +0000]
Added writing of field.extra

19 years agoUpdated with the new XML producer args.
Mark Addison [Thu, 8 Jul 2004 20:37:53 +0000]
Updated with the new XML producer args.

19 years agoAdded producer args to control indenting, newlines and namespace prefixing.
Mark Addison [Thu, 8 Jul 2004 20:37:26 +0000]
Added producer args to control indenting, newlines and namespace prefixing.

19 years agoAdded items about the change of XML format and additional TT based producers.
Mark Addison [Thu, 8 Jul 2004 19:52:27 +0000]
Added items about the change of XML format and additional TT based producers.

19 years agoAdded docs about the legacy format xml.
Mark Addison [Thu, 8 Jul 2004 19:34:29 +0000]
Added docs about the legacy format xml.

19 years ago*** empty log message ***
Mark Addison [Thu, 8 Jul 2004 19:33:46 +0000]
*** empty log message ***

19 years agoXML test src changed name.
Mark Addison [Thu, 8 Jul 2004 19:08:16 +0000]
XML test src changed name.

19 years agoUpdated to test the new, single format sqlf xml.
Mark Addison [Thu, 8 Jul 2004 19:07:30 +0000]
Updated to test the new, single format sqlf xml.

19 years agoUpdated to parse the new, single format sqlf xml and emit warnings when the old style...
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).

19 years agoUpdated to produce the new, single format sqlf xml.
Mark Addison [Thu, 8 Jul 2004 19:05:26 +0000]
Updated to produce the new, single format sqlf xml.

19 years agoDoc tweaks.
Mark Addison [Thu, 8 Jul 2004 17:29:56 +0000]
Doc tweaks.

19 years agosilence redefined warnings
Allen Day [Thu, 24 Jun 2004 00:35:36 +0000]
silence redefined warnings

19 years agoFixed problems with non-unique names.
Ken Youens-Clark [Fri, 4 Jun 2004 19:39:48 +0000]
Fixed problems with non-unique names.

20 years agoAdded experimental pre_process_schema method.
Mark Addison [Fri, 14 May 2004 03:37:37 +0000]
Added experimental pre_process_schema method.

20 years agoTweaked to use the default reading of __DATA__
Mark Addison [Fri, 14 May 2004 03:36:32 +0000]
Tweaked to use the default reading of __DATA__

20 years agoInitial stab at a section on building producers with TT::Base
Mark Addison [Fri, 14 May 2004 03:08:15 +0000]
Initial stab at a section on building producers with TT::Base

20 years agoDocumentation.
Mark Addison [Fri, 14 May 2004 00:46:32 +0000]
Documentation.

20 years agoTweaked tt_schema
Mark Addison [Fri, 14 May 2004 00:45:55 +0000]
Tweaked tt_schema

20 years agoAdded test for tt_config
Mark Addison [Thu, 13 May 2004 22:52:42 +0000]
Added test for tt_config

20 years agoAdded hook for sub classes to set Template config. Docs next...
Mark Addison [Thu, 13 May 2004 22:52:00 +0000]
Added hook for sub classes to set Template config. Docs next...

20 years agoSome changes to get tests to pass.
Ken Youens-Clark [Wed, 12 May 2004 21:33:49 +0000]
Some changes to get tests to pass.

20 years agoFixed merge.
Ken Youens-Clark [Wed, 12 May 2004 20:16:11 +0000]
Fixed merge.

20 years agoUpdates to the Turnkey class bindings, will need to be revised later when we switch...
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.

20 years agoURL link corrections
Brian O'Connor [Sun, 25 Apr 2004 10:18:49 +0000]
URL link corrections

20 years agoModified the Turnkey producer to correcly output URLs. This method will need to...
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.

20 years agoRemoved some character escape problems with the Turnkey producer.
Brian O'Connor [Sun, 25 Apr 2004 00:38:40 +0000]
Removed some character escape problems with the Turnkey producer.

20 years agoAs a quick test to see if Test::SQL::Translator really is quicker added tests
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 :)

20 years agoFixed error in output.
Ken Youens-Clark [Fri, 23 Apr 2004 12:46:53 +0000]
Fixed error in output.

20 years agoAdded bit to help.
Ken Youens-Clark [Fri, 23 Apr 2004 00:44:10 +0000]
Added bit to help.

20 years agoGive higher billing for manual.
Ken Youens-Clark [Thu, 22 Apr 2004 19:59:46 +0000]
Give higher billing for manual.

20 years agoUpped version. We should release soon.
Ken Youens-Clark [Thu, 22 Apr 2004 19:57:29 +0000]
Upped version.  We should release soon.

20 years agoUpdated tests for alternate unique constraint.
Ken Youens-Clark [Thu, 22 Apr 2004 19:56:47 +0000]
Updated tests for alternate unique constraint.

20 years agoAdded alternate way to declare unique constraints.
Ken Youens-Clark [Thu, 22 Apr 2004 19:56:28 +0000]
Added alternate way to declare unique constraints.

20 years agoUpdates for dump method.
Brian O'Connor [Tue, 20 Apr 2004 02:31:14 +0000]
Updates for dump method.

20 years agoFixed bug in Data::Dumper statement
Brian O'Connor [Tue, 20 Apr 2004 02:25:56 +0000]
Fixed bug in Data::Dumper statement

20 years agoUpdated heredocs to not be interpreted.
Brian O'Connor [Tue, 20 Apr 2004 02:13:48 +0000]
Updated heredocs to not be interpreted.

20 years agoAdded dumper method.
Brian O'Connor [Tue, 20 Apr 2004 01:59:07 +0000]
Added dumper method.

20 years agoAdding tests for Access parser.
Ken Youens-Clark [Mon, 19 Apr 2004 16:39:04 +0000]
Adding tests for Access parser.

20 years agoAdded Access data types.
Ken Youens-Clark [Mon, 19 Apr 2004 16:38:37 +0000]
Added Access data types.

20 years agoCommitting new Access parser (yeah, Bill, we're coming after you now).
Ken Youens-Clark [Mon, 19 Apr 2004 16:38:17 +0000]
Committing new Access parser (yeah, Bill, we're coming after you now).

20 years agoAdding test data for Access parser.
Ken Youens-Clark [Mon, 19 Apr 2004 16:01:58 +0000]
Adding test data for Access parser.

20 years agoFixes a bug in the way the Turnkey producer's macro.tt2 output renders minor focus...
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.

20 years agoUpdated a problem with the Turnkey template producer
Brian O'Connor [Fri, 16 Apr 2004 22:20:14 +0000]
Updated a problem with the Turnkey template producer

20 years agoUpdates to the Turnkey templates for atoms, tt2 templates, and xml
Brian O'Connor [Fri, 16 Apr 2004 09:46:51 +0000]
Updates to the Turnkey templates for atoms, tt2 templates, and xml

20 years agoremoved xlink tag
Brian O'Connor [Fri, 16 Apr 2004 09:08:44 +0000]
removed xlink tag

20 years agoInitial crack at a base class for building TT based producers.
Mark Addison [Wed, 14 Apr 2004 19:19:45 +0000]
Initial crack at a base class for building TT based producers.

20 years agoUpdated the Turnkey producer to correctly read the db values in the atom object layer.
Brian O'Connor [Wed, 14 Apr 2004 06:46:15 +0000]
Updated the Turnkey producer to correctly read the db values in the atom object layer.

20 years agoDoc fix.
Mark Addison [Tue, 13 Apr 2004 20:22:58 +0000]
Doc fix.

20 years agono autocommit
Allen Day [Sat, 10 Apr 2004 03:01:37 +0000]
no autocommit

20 years agom2m FK link table import mappings now generate traversal methods. whew!
Allen Day [Thu, 8 Apr 2004 01:24:08 +0000]
m2m FK link table import mappings now generate traversal methods.  whew!

20 years agoadd test data
Allen Day [Wed, 7 Apr 2004 20:12:52 +0000]
add test data

20 years agoupdated turnkey regression testing schema. added comments RE what role
Allen Day [Wed, 7 Apr 2004 19:28:42 +0000]
updated turnkey regression testing schema.  added comments RE what role
each table plays.  made FK field names consistent throught schema.

20 years agomany graph introspection problems solved. method name generation is still
Allen Day [Wed, 7 Apr 2004 19:21:29 +0000]
many graph introspection problems solved.  method name generation is still
fubar due to empty ([% %]) tt2 tags, need to trace through old commits to
find out what used to be in them...

20 years agoAn update of the Turnkey producer to output with better css support. May be slightly...
Brian O'Connor [Tue, 6 Apr 2004 08:50:32 +0000]
An update of the Turnkey producer to output with better css support. May be slightly broken, there've been lots of changes to this file lately for both layout and the schema object.

20 years agoaeshetic fixes, largely.
Allen Day [Tue, 6 Apr 2004 01:09:01 +0000]
aeshetic fixes, largely.

also removed some irksome Class::MakeMethods autogenerated methods from
S::T::Schema::Graph::Node

20 years agobugfixes in Class::DBI method generation. they were caused by bad schema
Allen Day [Tue, 6 Apr 2004 00:27:02 +0000]
bugfixes in Class::DBI method generation.  they were caused by bad schema
graph representation, which were in turn caused by unexpected (and poorly
documented) Class::MakeMethods::Template::Hash behavior.

20 years agouri->object mapping changing from GET params to URI path encoding
Allen Day [Sat, 3 Apr 2004 04:01:13 +0000]
uri->object mapping changing from GET params to URI path encoding

20 years agoimproved element names
Allen Day [Sat, 3 Apr 2004 03:50:05 +0000]
improved element names

20 years agoAdded TT::Table producer.
Mark Addison [Thu, 1 Apr 2004 19:02:39 +0000]
Added TT::Table producer.

20 years agoMassaging of Oracle varchar2 field if larger than 255.
Ken Youens-Clark [Thu, 1 Apr 2004 16:18:55 +0000]
Massaging of Oracle varchar2 field if larger than 255.

20 years agoJust a couple tweaks.
Ken Youens-Clark [Wed, 31 Mar 2004 22:21:55 +0000]
Just a couple tweaks.

20 years agoAdded examples of plugging in custom parsers and producers.
Ken Youens-Clark [Wed, 31 Mar 2004 21:37:45 +0000]
Added examples of plugging in custom parsers and producers.

20 years agomore readable tag names
Allen Day [Wed, 31 Mar 2004 08:36:21 +0000]
more readable tag names

20 years agoAdded a couple more sections.
Ken Youens-Clark [Wed, 31 Mar 2004 03:35:42 +0000]
Added a couple more sections.

20 years agoAdded section on Dumper producer.
Ken Youens-Clark [Wed, 31 Mar 2004 03:25:00 +0000]
Added section on Dumper producer.

20 years agoFixes.
Ken Youens-Clark [Wed, 31 Mar 2004 03:16:49 +0000]
Fixes.

20 years agoNow with content!
Ken Youens-Clark [Wed, 31 Mar 2004 03:13:03 +0000]
Now with content!

20 years agoAdding Manual now that it is somewhat useful.
Ken Youens-Clark [Wed, 31 Mar 2004 03:12:48 +0000]
Adding Manual now that it is somewhat useful.

20 years agofixes for code clarity
Allen Day [Wed, 31 Mar 2004 03:03:59 +0000]
fixes for code clarity

20 years agoTests for the Table, field and constraint lookup methods
Mark Addison [Mon, 29 Mar 2004 12:27:35 +0000]
Tests for the Table, field and constraint lookup methods

20 years agoAdded test of Table::field_names()
Mark Addison [Mon, 29 Mar 2004 12:26:34 +0000]
Added test of Table::field_names()

20 years agoAdded field_names() and field/constraint lookup methods
Mark Addison [Mon, 29 Mar 2004 12:25:54 +0000]
Added field_names() and field/constraint lookup methods

20 years agoOpps, forgot the sub seperator comment.
Mark Addison [Mon, 29 Mar 2004 11:18:12 +0000]
Opps, forgot the sub seperator comment.

20 years agoRemoved __WARN__ handler.
Mark Addison [Mon, 29 Mar 2004 10:22:25 +0000]
Removed __WARN__ handler.

20 years agoTests of Constraint::fields() object return and Constraint::field_names().
Mark Addison [Mon, 29 Mar 2004 10:20:47 +0000]
Tests of Constraint::fields() object return and Constraint::field_names().

20 years agoUses field_names when making constraint YAML to avoid field overloading.
Mark Addison [Mon, 29 Mar 2004 10:20:03 +0000]
Uses field_names when making constraint YAML to avoid field overloading.

20 years agofields returns Field objects when it can. Added field_names().
Mark Addison [Mon, 29 Mar 2004 10:19:08 +0000]
fields returns Field objects when it can. Added field_names().

20 years agoChanged the 'id' field to 'age' on the first test constraint, so that one of its
Mark Addison [Mon, 29 Mar 2004 10:10:50 +0000]
Changed the 'id' field to 'age' on the first test constraint, so that one of its
fields is a real field of its table!

20 years agoAdded test of field schema shortcut and table stringify.
Mark Addison [Mon, 29 Mar 2004 09:58:45 +0000]
Added test of field schema shortcut and table stringify.

20 years agoAdded shortcut method to get the fields Schema object.
Mark Addison [Mon, 29 Mar 2004 09:57:50 +0000]
Added shortcut method to get the fields Schema object.

20 years agoDoc tweaks.
Mark Addison [Tue, 23 Mar 2004 21:45:19 +0000]
Doc tweaks.

20 years agoDoc tweaks.
Mark Addison [Tue, 23 Mar 2004 21:42:42 +0000]
Doc tweaks.

20 years agoAdded full_name.
Mark Addison [Tue, 23 Mar 2004 21:26:55 +0000]
Added full_name.

20 years agoRemoved check on field name when adding fields, as the fields constructor does it...
Mark Addison [Tue, 23 Mar 2004 21:12:22 +0000]
Removed check on field name when adding fields, as the fields constructor does it now.

20 years agoTweaked to use (test ;-) table and field stringify.
Mark Addison [Tue, 23 Mar 2004 21:08:36 +0000]
Tweaked to use (test ;-) table and field stringify.

20 years agoTests for Table and Field stringify.
Mark Addison [Tue, 23 Mar 2004 21:05:59 +0000]
Tests for Table and Field stringify.

20 years agoAdded stringify to name and error check to stop creation of object without a name.
Mark Addison [Tue, 23 Mar 2004 21:05:20 +0000]
Added stringify to name and error check to stop creation of object without a name.

20 years agoFixed per Tony Bowden to allow all integer fields (including LARGEINT,
Ken Youens-Clark [Tue, 16 Mar 2004 13:29:11 +0000]
Fixed per Tony Bowden to allow all integer fields (including LARGEINT,
MEDIUMINT, etc.) to be translated to "INTEGER PRIMARY KEY."

20 years agoFixed bug.
Ken Youens-Clark [Mon, 15 Mar 2004 22:47:23 +0000]
Fixed bug.

20 years agoOops!
Ken Youens-Clark [Fri, 12 Mar 2004 22:40:52 +0000]
Oops!

20 years agoRequiring latest version of XML::Writer where error was fixed.
Ken Youens-Clark [Fri, 12 Mar 2004 22:38:31 +0000]
Requiring latest version of XML::Writer where error was fixed.

20 years agoFixed a possible infinite loop problem where the primary key accessor calls itself...
Brian O'Connor [Fri, 12 Mar 2004 20:20:44 +0000]
Fixed a possible infinite loop problem where the primary key accessor calls itself in the Turnkey producer.

20 years agoFixed a problem for the Turnkey producer where the atomtemplate is not fully derefere...
Brian O'Connor [Fri, 12 Mar 2004 19:04:34 +0000]
Fixed a problem for the Turnkey producer where the atomtemplate is not fully dereferencing the hash containing the field data.

20 years agoSome editing to make "make test" happy.
Ken Youens-Clark [Fri, 12 Mar 2004 01:58:01 +0000]
Some editing to make "make test" happy.

20 years agoUsed code found http://www.mail-archive.com/perl-documentation@perl.org/msg00380...
Ken Youens-Clark [Fri, 12 Mar 2004 01:48:49 +0000]
Used code found mail-archive.com/perl-documentation@perl.org/msg00380.html to fix reading of STDERR (?).

20 years agoUpdated to match new YAML output.
Ken Youens-Clark [Fri, 12 Mar 2004 01:21:10 +0000]
Updated to match new YAML output.

20 years agoAdd test for closing file.
Ken Youens-Clark [Thu, 11 Mar 2004 19:29:53 +0000]
Add test for closing file.

20 years agoAdded tests for Dumper producer.
Ken Youens-Clark [Thu, 11 Mar 2004 19:14:19 +0000]
Added tests for Dumper producer.

20 years agoReadding, at kyc's request.
Darren Chamberlain [Thu, 11 Mar 2004 18:12:01 +0000]
Readding, at kyc's request.