14 years agoParsing of foreign keys.
Ken Youens-Clark [Tue, 11 Aug 2009 21:33:03 +0000]
Parsing of foreign keys.

14 years agoTest and data for FK in SQLite.
Ken Youens-Clark [Tue, 11 Aug 2009 21:32:31 +0000]
Test and data for FK in SQLite.

14 years agoAdded tests for check constraint.
Ken Youens-Clark [Tue, 11 Aug 2009 21:04:32 +0000]
Added tests for check constraint.

14 years agoChanges to handle a constraint like:
Ken Youens-Clark [Tue, 11 Aug 2009 21:03:20 +0000]
Changes to handle a constraint like:
CONSTRAINT AVCON_4287_PARAM_000 CHECK
(trait_category IN ('S', 'A', 'E')) ENABLE

14 years agoAdded return of diff as array in list context.
Ken Youens-Clark [Tue, 11 Aug 2009 18:07:04 +0000]
Added return of diff as array in list context.

14 years agoAdded test for list context return.
Ken Youens-Clark [Tue, 11 Aug 2009 18:06:45 +0000]
Added test for list context return.

14 years agoUse accessors instead of reaching down object guts
Peter Rabbitson [Mon, 10 Aug 2009 21:48:04 +0000]
Use accessors instead of reaching down object guts

14 years agoAdding.
Ken Youens-Clark [Fri, 7 Aug 2009 21:07:59 +0000]
Adding.

14 years agoFixing my name (is this vain?).
Ken Youens-Clark [Fri, 7 Aug 2009 21:06:44 +0000]
Fixing my name (is this vain?).

14 years agoAdded a little more POD on clustering.
Ken Youens-Clark [Fri, 7 Aug 2009 21:03:53 +0000]
Added a little more POD on clustering.

14 years agoCatch case of specifying 'DBI-Driver' and quietly fix this.
Ken Youens-Clark [Fri, 7 Aug 2009 21:03:16 +0000]
Catch case of specifying 'DBI-Driver' and quietly fix this.

14 years agoMake a little more flexible.
Ken Youens-Clark [Fri, 7 Aug 2009 21:01:48 +0000]
Make a little more flexible.

14 years agoNeed to call "load" as a class method rather than an object method.
Ken Youens-Clark [Fri, 7 Aug 2009 20:48:46 +0000]
Need to call "load" as a class method rather than an object method.

14 years agoJust made a little more readable.
Ken Youens-Clark [Fri, 7 Aug 2009 18:37:57 +0000]
Just made a little more readable.

14 years agoFix for bleadperl
Peter Rabbitson [Tue, 30 Jun 2009 10:14:49 +0000]
Fix for bleadperl

14 years agoThe indexer does not understand license links
Peter Rabbitson [Fri, 26 Jun 2009 18:31:25 +0000]
The indexer does not understand license links

14 years agoRelease 0.09007
Peter Rabbitson [Thu, 25 Jun 2009 00:01:41 +0000]
Release 0.09007

14 years agoMSSQL fixes and improvements
Peter Rabbitson [Wed, 24 Jun 2009 23:59:50 +0000]
MSSQL fixes and improvements
No additional tests as things are a mess. Besides t/60roundtrip.t does exactly what it is supposed to do

14 years agoDo not cache the P::RD grammar - it breaks stuff
Peter Rabbitson [Wed, 24 Jun 2009 22:43:41 +0000]
Do not cache the P::RD grammar - it breaks stuff

14 years agoMssql does not understand ON DELETE RESTRICT
Peter Rabbitson [Thu, 18 Jun 2009 12:20:57 +0000]
Mssql does not understand ON DELETE RESTRICT

14 years agoWhy the fuck did I do that ???
Peter Rabbitson [Mon, 15 Jun 2009 20:06:29 +0000]
Why the fuck did I do that ???

14 years agoBackout teejay's changes to get trunk stable again
Peter Rabbitson [Mon, 15 Jun 2009 07:26:52 +0000]
Backout teejay's changes to get trunk stable again

14 years agofixed triggers
Aaron Trevena [Sat, 13 Jun 2009 19:29:15 +0000]
fixed triggers

14 years agoadded expected trigger and stored procedure output
Aaron Trevena [Sat, 13 Jun 2009 19:28:24 +0000]
added expected trigger and stored procedure output

14 years agoadded triggers and procedures
Aaron Trevena [Fri, 12 Jun 2009 20:31:15 +0000]
added triggers and procedures

14 years ago(bugfixed) release 0.09006
Peter Rabbitson [Wed, 10 Jun 2009 13:12:35 +0000]
(bugfixed) release 0.09006

14 years agoSaner Changes
Peter Rabbitson [Tue, 9 Jun 2009 21:06:08 +0000]
Saner Changes

14 years agoProper support for size in pg timestamp columns (patch by mo)
Peter Rabbitson [Tue, 9 Jun 2009 21:04:41 +0000]
Proper support for size in pg timestamp columns (patch by mo)

14 years agoMore test sanification
Peter Rabbitson [Tue, 9 Jun 2009 20:59:36 +0000]
More test sanification

14 years agoSwitch the roundtrip test to the yaml base source. Add test skips
Peter Rabbitson [Tue, 9 Jun 2009 20:52:28 +0000]
Switch the roundtrip test to the yaml base source. Add test skips

14 years agoCreate a YAML copy of the main roundtrip schema - this is what we use to run t/60roun...
Peter Rabbitson [Tue, 9 Jun 2009 20:49:32 +0000]
Create a YAML copy of the main roundtrip schema - this is what we use to run t/60roundtrip.t without depending on LibXML. The YAML is regenerated on every Makefile.PL run

14 years agoTeach YAML producer to encode extra attributes
Peter Rabbitson [Tue, 9 Jun 2009 20:45:34 +0000]
Teach YAML producer to encode extra attributes

14 years agoFix a couple of tests and add forgotten dependency
Peter Rabbitson [Mon, 8 Jun 2009 22:46:43 +0000]
Fix a couple of tests and add forgotten dependency

14 years agoRelease 0.09005
Peter Rabbitson [Mon, 8 Jun 2009 20:26:56 +0000]
Release 0.09005

14 years agoFill in changes, todoify non-passing tests (to draw attention)
Peter Rabbitson [Sun, 7 Jun 2009 10:39:40 +0000]
Fill in changes, todoify non-passing tests (to draw attention)

14 years agoStrip exe bit
Peter Rabbitson [Sun, 7 Jun 2009 10:25:38 +0000]
Strip exe bit

14 years agoMerge 'roundtrip' into 'trunk'
Peter Rabbitson [Sun, 7 Jun 2009 10:20:47 +0000]
Merge 'roundtrip' into 'trunk'

r1509@Thesaurus (orig r1508):  ribasushi | 2009-04-27 17:38:24 +0200
Branch off to work on proper parser/producer roundtrips
r1512@Thesaurus (orig r1511):  ribasushi | 2009-04-28 09:34:49 +0200
Somewhat working global roundtrip test
r1513@Thesaurus (orig r1512):  ribasushi | 2009-04-28 09:36:46 +0200
Add an oversized varchar to schema.xml
r1514@Thesaurus (orig r1513):  ribasushi | 2009-04-28 09:43:29 +0200
Fix mysql roundtrip glitch
r1515@Thesaurus (orig r1514):  ribasushi | 2009-04-28 09:50:34 +0200
Test seems to be finioshed - massive bowl of FAIL
r1516@Thesaurus (orig r1515):  ribasushi | 2009-04-28 10:06:28 +0200
Bail out from failing tests early
r1517@Thesaurus (orig r1516):  ribasushi | 2009-04-28 10:14:59 +0200
Translator/schema dependency test
r1518@Thesaurus (orig r1517):  ribasushi | 2009-04-28 10:33:06 +0200
Todoify test - probably not in this lifetime
r1519@Thesaurus (orig r1518):  ribasushi | 2009-04-29 00:59:41 +0200
Changes to tests to go along r1512
r1527@Thesaurus (orig r1526):  ribasushi | 2009-05-03 04:46:58 +0200
Test XML roundtrip as well (also fail)
r1528@Thesaurus (orig r1527):  ribasushi | 2009-05-03 04:47:30 +0200
re-fix tests after merge
r1531@Thesaurus (orig r1530):  ribasushi | 2009-05-04 08:37:06 +0200
Rewind exhausted globs before attempting a read
(on a side note all this IO::Scalar business is just silly, not touching because a rewrite is imminent anyway)
r1532@Thesaurus (orig r1531):  ribasushi | 2009-05-04 09:10:44 +0200
Do not add xml comment header if no_comments is set
r1533@Thesaurus (orig r1532):  ribasushi | 2009-05-04 09:16:00 +0200
Better debug output
r1534@Thesaurus (orig r1533):  ribasushi | 2009-05-04 09:17:36 +0200
table/field counts are held per-object, not globally
Tests adjusted (no idea why they were initially written this way...)
r1535@Thesaurus (orig r1534):  ribasushi | 2009-05-04 09:30:12 +0200
Concentrate on testing the 'big 3' for now
r1536@Thesaurus (orig r1535):  ribasushi | 2009-05-04 10:13:51 +0200
Variable table and column names? wtf?!
r1537@Thesaurus (orig r1536):  ribasushi | 2009-05-04 10:16:19 +0200
SQLite improvements:
- Support parsing of all DROP clauses
- Support parsing of field-level comments
- When producing do not append table names to constraint/index names - it's useless
r1538@Thesaurus (orig r1537):  ribasushi | 2009-05-04 14:49:16 +0200
Adjust insane tests to pass (the expected returns at times are mind-boggling)
r1539@Thesaurus (orig r1538):  ribasushi | 2009-05-05 09:06:33 +0200
Fix a couple of mistakes in the PG parser
r1541@Thesaurus (orig r1540):  ribasushi | 2009-05-16 08:14:58 +0200
Add disabled YAML roundtrip test
r1551@Thesaurus (orig r1550):  ribasushi | 2009-06-07 10:11:01 +0200
VIEW support for Pg parser, also some cleanups
r1552@Thesaurus (orig r1551):  ribasushi | 2009-06-07 10:18:16 +0200
Add parenthesis into the VIEW definition to make sure the pg parser still can deal with them
r1553@Thesaurus (orig r1552):  ribasushi | 2009-06-07 10:26:06 +0200
The way we generate create view statements is not standards compliant (per RhodiumToad in #postgresql)
r1554@Thesaurus (orig r1553):  ribasushi | 2009-06-07 12:12:08 +0200
Multiple fixes for the SQLServer producer/parser combo
- Rip out braindead parts of mk_name (just like sqlite)
- Disable view/procedure production - they never worked in the first place
- Improvements to the parser to be able to actually parse what the producer spits out (no functional changes)

r1556@Thesaurus (orig r1555):  ribasushi | 2009-06-07 12:19:54 +0200
Make perlpod happy

14 years agoMake perlpod happy
Peter Rabbitson [Sun, 7 Jun 2009 10:19:54 +0000]
Make perlpod happy

14 years agoMerge 'trunk' into 'roundtrip'
Peter Rabbitson [Sun, 7 Jun 2009 10:13:16 +0000]
Merge 'trunk' into 'roundtrip'

r1529@Thesaurus (orig r1528):  ribasushi | 2009-05-03 10:34:46 +0200
Bring version bump back - there is still work to be done (reoundtrip branch), I think this is too early
r1530@Thesaurus (orig r1529):  ribasushi | 2009-05-04 07:49:50 +0200
Remove duplicate req
r1542@Thesaurus (orig r1541):  jawnsy | 2009-05-17 17:24:11 +0200
Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
r1543@Thesaurus (orig r1542):  ribasushi | 2009-05-17 18:11:36 +0200
Update changelog
r1544@Thesaurus (orig r1543):  plutooth | 2009-05-28 00:24:13 +0200
MySQL producer skips length attribute for columns which do not support that attribute. Currently following column types are added to that list: date time timestamp datetime year
r1545@Thesaurus (orig r1544):  ribasushi | 2009-05-31 09:21:10 +0200
Add POD checker and fix a couple of POD errors
r1546@Thesaurus (orig r1545):  ribasushi | 2009-05-31 09:35:38 +0200
Reorder authors and consolidate them in one point (AUTHORS). Add link from main POD
r1547@Thesaurus (orig r1546):  ribasushi | 2009-06-01 13:53:44 +0200
Switch to Module::Install
Create a 'share' directory to be used with Module::Install::ShareDir / File::ShareDir
Move DiaUml tt2 files to share, adjust DiaUml producer (no tests but I think I got it right)
Move grammar files to sharedir too (only one for now, but this is where we will eventually keep all of them)

r1548@Thesaurus (orig r1547):  jgoulah | 2009-06-02 23:04:00 +0200
added parser support for MySQL default values with a single quote
r1549@Thesaurus (orig r1548):  ribasushi | 2009-06-03 12:44:44 +0200
Merge forgotten rewrite of the GraphViz producer - keep all the logic intact but do not do any parameter sanity checking - just pass things straight to GraphViz.pm
r1550@Thesaurus (orig r1549):  ribasushi | 2009-06-04 00:05:05 +0200
Graphviz does not like empty hahsrefs - prune those

14 years agoMultiple fixes for the SQLServer producer/parser combo
Peter Rabbitson [Sun, 7 Jun 2009 10:12:08 +0000]
Multiple fixes for the SQLServer producer/parser combo
- Rip out braindead parts of mk_name (just like sqlite)
- Disable view/procedure production - they never worked in the first place
- Improvements to the parser to be able to actually parse what the producer spits out (no functional changes)

14 years agoThe way we generate create view statements is not standards compliant (per RhodiumToa...
Peter Rabbitson [Sun, 7 Jun 2009 08:26:06 +0000]
The way we generate create view statements is not standards compliant (per RhodiumToad in #postgresql)

14 years agoAdd parenthesis into the VIEW definition to make sure the pg parser still can deal...
Peter Rabbitson [Sun, 7 Jun 2009 08:18:16 +0000]
Add parenthesis into the VIEW definition to make sure the pg parser still can deal with them

14 years agoVIEW support for Pg parser, also some cleanups
Peter Rabbitson [Sun, 7 Jun 2009 08:11:01 +0000]
VIEW support for Pg parser, also some cleanups

14 years agoGraphviz does not like empty hahsrefs - prune those
Peter Rabbitson [Wed, 3 Jun 2009 22:05:05 +0000]
Graphviz does not like empty hahsrefs - prune those

14 years agoMerge forgotten rewrite of the GraphViz producer - keep all the logic intact but...
Peter Rabbitson [Wed, 3 Jun 2009 10:44:44 +0000]
Merge forgotten rewrite of the GraphViz producer - keep all the logic intact but do not do any parameter sanity checking - just pass things straight to GraphViz.pm

14 years agoadded parser support for MySQL default values with a single quote
John Goulah [Tue, 2 Jun 2009 21:04:00 +0000]
added parser support for MySQL default values with a single quote

14 years agoSwitch to Module::Install
Peter Rabbitson [Mon, 1 Jun 2009 11:53:44 +0000]
Switch to Module::Install
Create a 'share' directory to be used with Module::Install::ShareDir / File::ShareDir
Move DiaUml tt2 files to share, adjust DiaUml producer (no tests but I think I got it right)
Move grammar files to sharedir too (only one for now, but this is where we will eventually keep all of them)

14 years agoReorder authors and consolidate them in one point (AUTHORS). Add link from main POD
Peter Rabbitson [Sun, 31 May 2009 07:35:38 +0000]
Reorder authors and consolidate them in one point (AUTHORS). Add link from main POD

14 years agoAdd POD checker and fix a couple of POD errors
Peter Rabbitson [Sun, 31 May 2009 07:21:10 +0000]
Add POD checker and fix a couple of POD errors

14 years agoMySQL producer skips length attribute for columns which do not support that attribute...
Johannes Plunien [Wed, 27 May 2009 22:24:13 +0000]
MySQL producer skips length attribute for columns which do not support that attribute. Currently following column types are added to that list: date time timestamp datetime year

14 years agoUpdate changelog
Peter Rabbitson [Sun, 17 May 2009 16:11:36 +0000]
Update changelog

14 years agoApplied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)
Jonathan Yu [Sun, 17 May 2009 15:24:11 +0000]
Applied patch to switch dependency on XML::XPath to XML::LibXML (Closes: RT#32130)

14 years agoAdd disabled YAML roundtrip test
Peter Rabbitson [Sat, 16 May 2009 06:14:58 +0000]
Add disabled YAML roundtrip test

15 years agoFix a couple of mistakes in the PG parser
Peter Rabbitson [Tue, 5 May 2009 07:06:33 +0000]
Fix a couple of mistakes in the PG parser

15 years agoAdjust insane tests to pass (the expected returns at times are mind-boggling)
Peter Rabbitson [Mon, 4 May 2009 12:49:16 +0000]
Adjust insane tests to pass (the expected returns at times are mind-boggling)

15 years agoSQLite improvements:
Peter Rabbitson [Mon, 4 May 2009 08:16:19 +0000]
SQLite improvements:
- Support parsing of all DROP clauses
- Support parsing of field-level comments
- When producing do not append table names to constraint/index names - it's useless

15 years agoVariable table and column names? wtf?!
Peter Rabbitson [Mon, 4 May 2009 08:13:51 +0000]
Variable table and column names? wtf?!

15 years agoConcentrate on testing the 'big 3' for now
Peter Rabbitson [Mon, 4 May 2009 07:30:12 +0000]
Concentrate on testing the 'big 3' for now

15 years agotable/field counts are held per-object, not globally
Peter Rabbitson [Mon, 4 May 2009 07:17:36 +0000]
table/field counts are held per-object, not globally
Tests adjusted (no idea why they were initially written this way...)

15 years agoBetter debug output
Peter Rabbitson [Mon, 4 May 2009 07:16:00 +0000]
Better debug output

15 years agoDo not add xml comment header if no_comments is set
Peter Rabbitson [Mon, 4 May 2009 07:10:44 +0000]
Do not add xml comment header if no_comments is set

15 years agoRewind exhausted globs before attempting a read
Peter Rabbitson [Mon, 4 May 2009 06:37:06 +0000]
Rewind exhausted globs before attempting a read
(on a side note all this IO::Scalar business is just silly, not touching because a rewrite is imminent anyway)

15 years agoRemove duplicate req
Peter Rabbitson [Mon, 4 May 2009 05:49:50 +0000]
Remove duplicate req

15 years agoBring version bump back - there is still work to be done (reoundtrip branch), I think...
Peter Rabbitson [Sun, 3 May 2009 08:34:46 +0000]
Bring version bump back - there is still work to be done (reoundtrip branch), I think this is too early

15 years agore-fix tests after merge
Peter Rabbitson [Sun, 3 May 2009 02:47:30 +0000]
re-fix tests after merge

15 years agoTest XML roundtrip as well (also fail)
Peter Rabbitson [Sun, 3 May 2009 02:46:58 +0000]
Test XML roundtrip as well (also fail)

15 years agoMerge 'trunk' into 'roundtrip'
Peter Rabbitson [Sun, 3 May 2009 02:25:45 +0000]
Merge 'trunk' into 'roundtrip'

r1520@Thesaurus (orig r1519):  ribasushi | 2009-05-03 03:20:27 +0200
Teah xml parser about database_events
r1521@Thesaurus (orig r1520):  ribasushi | 2009-05-03 03:27:29 +0200
Extra data and first test for xml database_event support
r1522@Thesaurus (orig r1521):  ribasushi | 2009-05-03 03:45:10 +0200
Improve xml database_event deprecation warning
Only issue warning if show_warnings was set on translator
Fix tests to suppress warn noise
r1523@Thesaurus (orig r1522):  ribasushi | 2009-05-03 04:18:28 +0200
Teach sqlite how to deal with multi-event triggers
r1524@Thesaurus (orig r1523):  ribasushi | 2009-05-03 04:19:09 +0200
Adjust xml-db2 tests
r1525@Thesaurus (orig r1524):  ribasushi | 2009-05-03 04:22:55 +0200
Add Carp::Clan to dependencies

15 years agoAdd Carp::Clan to dependencies
Peter Rabbitson [Sun, 3 May 2009 02:22:55 +0000]
Add Carp::Clan to dependencies

15 years agoAdjust xml-db2 tests
Peter Rabbitson [Sun, 3 May 2009 02:19:09 +0000]
Adjust xml-db2 tests

15 years agoTeach sqlite how to deal with multi-event triggers
Peter Rabbitson [Sun, 3 May 2009 02:18:28 +0000]
Teach sqlite how to deal with multi-event triggers

15 years agoImprove xml database_event deprecation warning
Peter Rabbitson [Sun, 3 May 2009 01:45:10 +0000]
Improve xml database_event deprecation warning
Only issue warning if show_warnings was set on translator
Fix tests to suppress warn noise

15 years agoExtra data and first test for xml database_event support
Peter Rabbitson [Sun, 3 May 2009 01:27:29 +0000]
Extra data and first test for xml database_event support

15 years agoTeah xml parser about database_events
Peter Rabbitson [Sun, 3 May 2009 01:20:27 +0000]
Teah xml parser about database_events

15 years agoChanges to tests to go along r1512
Peter Rabbitson [Tue, 28 Apr 2009 22:59:41 +0000]
Changes to tests to go along r1512

15 years agoTodoify test - probably not in this lifetime
Peter Rabbitson [Tue, 28 Apr 2009 08:33:06 +0000]
Todoify test - probably not in this lifetime

15 years agoTranslator/schema dependency test
Peter Rabbitson [Tue, 28 Apr 2009 08:14:59 +0000]
Translator/schema dependency test

15 years agoBail out from failing tests early
Peter Rabbitson [Tue, 28 Apr 2009 08:06:28 +0000]
Bail out from failing tests early

15 years agoTest seems to be finioshed - massive bowl of FAIL
Peter Rabbitson [Tue, 28 Apr 2009 07:50:34 +0000]
Test seems to be finioshed - massive bowl of FAIL

15 years agoFix mysql roundtrip glitch
Peter Rabbitson [Tue, 28 Apr 2009 07:43:29 +0000]
Fix mysql roundtrip glitch

15 years agoAdd an oversized varchar to schema.xml
Peter Rabbitson [Tue, 28 Apr 2009 07:36:46 +0000]
Add an oversized varchar to schema.xml

15 years agoSomewhat working global roundtrip test
Peter Rabbitson [Tue, 28 Apr 2009 07:34:49 +0000]
Somewhat working global roundtrip test

15 years agoMerge 'trunk' into 'roundtrip'
Peter Rabbitson [Tue, 28 Apr 2009 07:25:20 +0000]
Merge 'trunk' into 'roundtrip'

r1510@Thesaurus (orig r1509):  ribasushi | 2009-04-28 09:20:34 +0200
Minor POD fix
Fix a possible undef dereference in SQLite producer

15 years agoMinor POD fix
Peter Rabbitson [Tue, 28 Apr 2009 07:20:34 +0000]
Minor POD fix
Fix a possible undef dereference in SQLite producer

15 years agoPg producer improvements by mo: ALTER TABLE / ALTER COLUMN / DROP DEFAULT
Peter Rabbitson [Fri, 24 Apr 2009 00:20:41 +0000]
Pg producer improvements by mo: ALTER TABLE / ALTER COLUMN / DROP DEFAULT

15 years agoMake minor adjustments to the grammars in order to work around https://rt.cpan.org...
Peter Rabbitson [Thu, 23 Apr 2009 23:49:52 +0000]
Make minor adjustments to the grammars in order to work around https://rt.cpan.org/Ticket/Display.html?id=45262
PS: Unable to adjust the DB2 parser as the grammar seems to be lost, only the compiled parser is present
PPS: The (s?) in all changes above is probably bogus and should be (s). Leaving intact just in case

15 years agoAdded CREATE VIEW subrules for mysql parser
Wallace Reis [Thu, 23 Apr 2009 15:37:12 +0000]
Added CREATE VIEW subrules for mysql parser

15 years agoUse three-arg open.
Ken Youens-Clark [Mon, 20 Apr 2009 21:22:29 +0000]
Use three-arg open.

15 years agoUse three-arg open.
Ken Youens-Clark [Mon, 20 Apr 2009 21:21:48 +0000]
Use three-arg open.

15 years agoFixed "database_events."
Ken Youens-Clark [Wed, 15 Apr 2009 18:47:32 +0000]
Fixed "database_events."

15 years agoFixed "database_events."
Ken Youens-Clark [Wed, 15 Apr 2009 18:47:12 +0000]
Fixed "database_events."

15 years agoDatabase events now returns a list.
Ken Youens-Clark [Wed, 15 Apr 2009 18:30:33 +0000]
Database events now returns a list.

15 years agoFixed "database_events."
Ken Youens-Clark [Wed, 15 Apr 2009 18:29:37 +0000]
Fixed "database_events."

15 years agoTemplate version doesn't matter.
Ken Youens-Clark [Wed, 15 Apr 2009 18:29:22 +0000]
Template version doesn't matter.

15 years agoNo warnings on test.
Ken Youens-Clark [Wed, 15 Apr 2009 18:28:58 +0000]
No warnings on test.

15 years agoNo warnings during tests -- it's ugly.
Ken Youens-Clark [Wed, 15 Apr 2009 18:27:17 +0000]
No warnings during tests -- it's ugly.

15 years agoNow passes.
Ken Youens-Clark [Wed, 15 Apr 2009 18:23:54 +0000]
Now passes.

15 years agoCleaned up, fixed db events.
Ken Youens-Clark [Wed, 15 Apr 2009 18:20:31 +0000]
Cleaned up, fixed db events.

15 years agoChecked for interactive so no ugly messages during test suite.
Ken Youens-Clark [Wed, 15 Apr 2009 18:12:51 +0000]
Checked for interactive so no ugly messages during test suite.

15 years agoCleaned up a bit, checked for interactive tty so that ugly warning
Ken Youens-Clark [Wed, 15 Apr 2009 18:08:44 +0000]
Cleaned up a bit, checked for interactive tty so that ugly warning
doesn't show up in test suite.

15 years agoChanged database_events to return an arrayref.
Ken Youens-Clark [Wed, 15 Apr 2009 17:39:25 +0000]
Changed database_events to return an arrayref.