Dagfinn Ilmari Mannsåker [Wed, 15 Aug 2012 22:15:07 +0000]
Add enum type
Dagfinn Ilmari Mannsåker [Fri, 17 Aug 2012 13:06:42 +0000]
Document new roles, types and utility functions
Dagfinn Ilmari Mannsåker [Thu, 16 Aug 2012 15:10:41 +0000]
Wrap some over-log has statements
Dagfinn Ilmari Mannsåker [Thu, 16 Aug 2012 13:55:49 +0000]
Use quote_sub for trivial coercions
Dagfinn Ilmari Mannsåker [Thu, 16 Aug 2012 13:21:44 +0000]
Check Moo version at runtime
Dagfinn Ilmari Mannsåker [Wed, 15 Aug 2012 16:39:19 +0000]
Use quote_sub for trivial defaults
Dagfinn Ilmari Mannsåker [Wed, 15 Aug 2012 15:57:39 +0000]
Factor list attributes into variant role
Dagfinn Ilmari Mannsåker [Tue, 14 Aug 2012 11:51:02 +0000]
Mooify SQL::Translator
Dagfinn Ilmari Mannsåker [Tue, 14 Aug 2012 11:46:19 +0000]
Fix broken reset attempt
Dagfinn Ilmari Mannsåker [Tue, 14 Aug 2012 11:47:49 +0000]
Make SQLT::Role::Error internals closer to Class::Base
Dagfinn Ilmari Mannsåker [Fri, 17 Aug 2012 13:07:45 +0000]
Reinstate schema object base class
This class consumes the roles common to all the schema classes, and
maintains backwards compatibilty for DarkPAN code checking
$obj->isa('SQL::Translator::Schema::Object').
Dagfinn Ilmari Mannsåker [Tue, 14 Aug 2012 09:56:53 +0000]
Rename non-schema-specific roles to SQLT::Role::Foo
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 19:27:06 +0000]
Use weak refs for schema object attributes
This fixes the leaks that the destructors removed in the previous commit
were ineffectually trying to fix.
Bump the Moo prereq for fixed return value of weak_ref setters.
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 18:41:32 +0000]
Remove pointless DESTROY methods
You can't break circular references in the destructor when those very
references keep the destructor from beeing called in the first place.
Dagfinn Ilmari Mannsåker [Wed, 8 Aug 2012 12:01:41 +0000]
Remove unused variables and module import
Dagfinn Ilmari Mannsåker [Sat, 4 Aug 2012 17:44:41 +0000]
Filter undef from all constructor args
This was the old behaviour, but only Field and Constraint seemed
to require it in the tests. Better put it back anyway.
Dagfinn Ilmari Mannsåker [Sat, 4 Aug 2012 17:39:56 +0000]
Remove unused base class
Dagfinn Ilmari Mannsåker [Sat, 4 Aug 2012 17:32:16 +0000]
Mooify SQLT::Schema::Field
This changes the default of ->is_nullable to actually respect
->is_primary_key in all cases, which it wasn't doing, and the MySQL
producer test was relying on, so fix that too.
Dagfinn Ilmari Mannsåker [Wed, 1 Aug 2012 14:48:43 +0000]
Mooify SQLT::Schema::Constraint
Dagfinn Ilmari Mannsåker [Wed, 1 Aug 2012 00:59:19 +0000]
Mooify SQLT::Schema::Trigger
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 23:42:02 +0000]
Mooify SQLT::Schema::View
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 23:23:19 +0000]
Mooify SQLT::Schema::Procedure
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 23:08:15 +0000]
Mooify SQLT::Schema::Table
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 22:52:14 +0000]
Use 'isa' checks for attribute validation
To maintain compatibility with the existing set-error-and-return-undef
API, we must jump through some hoops:
1) Throw an object that won't be mangled by Moo's isa error prefixing
2) Wrap things that might throw that to set ->error and return undef
3) Store errors in the class when there is no object (i.e. ->new)
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 17:47:58 +0000]
Mooify SQLT::Schema::Index
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 17:53:45 +0000]
Mooify SQLT::Schema
Arthur Axel 'fREW' Schmidt [Sat, 22 Sep 2012 16:46:41 +0000]
release 0.11013
Arthur Axel 'fREW' Schmidt [Sat, 22 Sep 2012 16:41:52 +0000]
André Walker [Thu, 6 Sep 2012 14:34:39 +0000]
Make MySQL producer add NULL for every nullable field
If the field is nullable, but it isn't followed by the NULL keyword,
MySQL can not accept the field definition in some specific cases.
Jonathan C. Otsuka [Sat, 18 Aug 2012 13:51:24 +0000]
Revert "Adding DECIMAL_DIGITS to SQLServer size field for scale info: msdn.microsoft.com/en-us/library/
aa258832(v=sql.80).aspx"
This reverts commit
7d970ab2f075db388df497e896510a971000b8ad.
Jonathan C. Otsuka [Sat, 18 Aug 2012 00:16:04 +0000]
Adding DECIMAL_DIGITS to SQLServer size field for scale info: msdn.microsoft.com/en-us/library/
aa258832(v=sql.80).aspx
Dagfinn Ilmari Mannsåker [Tue, 31 Jul 2012 11:06:46 +0000]
Ignore editor droppings
Arthur Axel 'fREW' Schmidt [Mon, 2 Jul 2012 21:12:54 +0000]
Release 0.11012
Justin Hunter [Tue, 26 Jun 2012 18:30:04 +0000]
address some issues with Pg producer and quoting
Arthur Axel 'fREW' Schmidt [Mon, 21 May 2012 19:49:37 +0000]
Add missing quote function to SQLServer producer
Peter Rabbitson [Thu, 10 May 2012 06:42:23 +0000]
Fixor borked docs (we already test for this in t/66-postgres-dbi-parser.t)
Arthur Axel 'fREW' Schmidt [Thu, 10 May 2012 00:42:54 +0000]
FINALLY A RELEASE!
Peter Rabbitson [Wed, 9 May 2012 06:20:25 +0000]
Moar documentation, shape up license/copyright notices
Peter Rabbitson [Wed, 9 May 2012 05:45:06 +0000]
This seems to no longer be used anywhere...?
Peter Rabbitson [Wed, 9 May 2012 06:39:18 +0000]
Resurrect the DB2 precompiled grammar to which we lost the source
While this is not optimal, at least things will somewhat work
Khisanth is writing a replacement
Peter Rabbitson [Wed, 9 May 2012 05:25:45 +0000]
Hide deprecated stuff
Arthur Axel 'fREW' Schmidt [Mon, 30 Apr 2012 16:03:31 +0000]
fix excepted and scalarref quoting for DEFAULTS in SQLite (and SQL Server)
Arthur Axel 'fREW' Schmidt [Mon, 30 Apr 2012 14:50:02 +0000]
fix sizeless types and typemap for SQLite
Arthur Axel 'fREW' Schmidt [Mon, 30 Apr 2012 14:45:04 +0000]
fix list of numeric types for SQLite
See http://www.sqlite.org/datatype3.html
Arthur Axel 'fREW' Schmidt [Tue, 1 May 2012 13:01:58 +0000]
assign copyright to my new files
Peter Rabbitson [Sat, 28 Apr 2012 06:09:39 +0000]
Fix broken plan
Peter Rabbitson [Sat, 28 Apr 2012 03:59:38 +0000]
Add Jess as authority for new namespaces
Ken Youens-Clark [Tue, 28 Feb 2012 22:11:29 +0000]
Added "tables" and "options" methods to Schema::View
Updated MySQL parser tests
Ken Youens-Clark [Tue, 28 Feb 2012 22:11:29 +0000]
Some aesthetic changes
Ken Youens-Clark [Mon, 27 Feb 2012 17:48:21 +0000]
MySQL Parser now handles views more completely
Ken Youens-Clark [Mon, 27 Feb 2012 17:48:21 +0000]
sqlt-graph now has a --trace option.
Tina Mueller [Sat, 28 Apr 2012 01:31:49 +0000]
add support for "DEFAULT (\d+)::data_type" in PostgreSQL Parser
Peter Rabbitson [Sat, 28 Apr 2012 02:09:52 +0000]
Fix silly syntax error, introduced in
0c04c5a22
Peter Rabbitson [Sat, 28 Apr 2012 02:01:33 +0000]
Stop the DBI parser from disconnecting externally supplied DBI handles
Peter Rabbitson [Sat, 28 Apr 2012 01:12:15 +0000]
Switch to sane subcommand launch in tests
Jonathan Otsuka [Wed, 8 Feb 2012 05:32:27 +0000]
Honor supplied field order when adding fields to a table object
Peter Rabbitson [Sat, 28 Apr 2012 00:26:10 +0000]
Dependency cleanup
Peter Rabbitson [Fri, 27 Apr 2012 14:48:53 +0000]
Incomplete revert in
0eb3b94a5
Peter Rabbitson [Fri, 27 Apr 2012 14:42:08 +0000]
Silence prove -w warnings
Arthur Axel 'fREW' Schmidt [Wed, 22 Feb 2012 02:15:42 +0000]
Default SQLite quoting to off until we are capable of disabling it everywhere
Currently the diffing routines are either "always on" or "always off" with
no ability to pass around a setting (they are all class methods, never
looking at the $translator object). Until we can allow a user to say
quote_identifiers => 0, and not have to change any of the old tests, it
makes little sense to change the default.
Arthur Axel 'fREW' Schmidt [Wed, 22 Feb 2012 02:12:21 +0000]
setting the quote accessors separately no longer makes sense
John Napiorkowski [Fri, 17 Feb 2012 17:02:47 +0000]
fix for when we are adding /dropping columns in sqlite and need to roundtrip via a temp table
Peter Rabbitson [Tue, 7 Feb 2012 10:53:34 +0000]
Back out
bdf60588b to disable P::RD grammar precompilation - until P::RD is fixed
While renewed activity on P::RD is great, the downside is that
incompatible changes were introduced which render precompiled
grammars useless. Furthermore since things are currently in the
air it is very likely things will change yet again, hence just
disable the whole thing for the time being. Reference RT#74593
Peter Rabbitson [Sat, 4 Feb 2012 21:06:03 +0000]
Merge branch 'people/frew/mega-refactor'
Arthur Axel 'fREW' Schmidt [Wed, 25 Jan 2012 02:13:46 +0000]
migrate duplicated code into role
Arthur Axel 'fREW' Schmidt [Wed, 25 Jan 2012 02:02:37 +0000]
lazify things
Arthur Axel 'fREW' Schmidt [Tue, 24 Jan 2012 23:47:32 +0000]
better
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 04:05:20 +0000]
migrate almost all code to Generator::Role::DDL
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 03:58:25 +0000]
add unique_constraints_multiple and indices
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 03:53:09 +0000]
add foreign_key_constraints
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 02:53:53 +0000]
add table_comments
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 02:53:29 +0000]
add header_comment
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 02:44:25 +0000]
add drop_tables method
Arthur Axel 'fREW' Schmidt [Fri, 11 Mar 2011 02:44:10 +0000]
refactor table into more methods
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 04:14:01 +0000]
less accumulators more reduction
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 04:11:43 +0000]
add remove_table_constraints to future
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 04:01:59 +0000]
dead
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 04:01:51 +0000]
migrate drop_table to future
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 03:54:29 +0000]
rearrange pod
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 03:49:18 +0000]
delete dead code
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 03:49:33 +0000]
migrate table to Generator::Role::DDL
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 03:37:08 +0000]
less accumulators more reduction
Arthur Axel 'fREW' Schmidt [Thu, 10 Mar 2011 01:38:11 +0000]
add enum_constraint
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 05:15:48 +0000]
add foreign_key_constraint
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 04:57:01 +0000]
factor out unique constraints
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 03:59:42 +0000]
factor out some basic constraints
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 02:29:55 +0000]
use future stuff for SQLite field generation
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 02:19:03 +0000]
initial SQLite Producer object
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 02:18:36 +0000]
add comments, better default handling
Arthur Axel 'fREW' Schmidt [Tue, 8 Mar 2011 01:16:49 +0000]
use future stuff for SQL Server field generation
Arthur Axel 'fREW' Schmidt [Sat, 26 Feb 2011 11:04:24 +0000]
start of hardcore refactoring
Arthur Axel 'fREW' Schmidt [Tue, 24 Jan 2012 23:27:55 +0000]
factor quote method out of Generator::Utils
Peter Rabbitson [Sat, 4 Feb 2012 20:46:14 +0000]
Move ProducerUtils into the new dir layout
Peter Rabbitson [Sat, 4 Feb 2012 20:39:35 +0000]
A set of placeholder directories for future refactoring
Peter Rabbitson [Wed, 25 Jan 2012 10:47:33 +0000]
Really fix mysql CURRENT_TIMESTAMP handling (solves RT#65844)
Peter Rabbitson [Mon, 23 Jan 2012 09:32:45 +0000]
Correct SQLite quote-char
The original writer of
d8cf2279 didn't do his/her homework, and used an
incorrect quote character. Thic compounded with SQLite trying really hard
to guess what one meant made the issue very hard to spot.
http://www.sqlite.org/lang_keywords.html
Peter Rabbitson [Thu, 19 Jan 2012 09:02:56 +0000]
Add forgotten test skip after removed dependency in
1abbbee1
Peter Rabbitson [Thu, 19 Jan 2012 09:01:20 +0000]
Forgotten dependency used in
bdf60588
Peter Rabbitson [Thu, 19 Jan 2012 09:00:13 +0000]
Quote all dep versions (preserve trailing 0's and whatnot)
Peter Rabbitson [Wed, 18 Jan 2012 11:47:56 +0000]
Fix MANIFEST.SKIP (MYMETA fail)