Escape quotes in string values in producers
[dbsrgits/SQL-Translator.git] / t / 47postgres-producer.t
2014-10-18 Dagfinn Ilmari Man... Escape quotes in string values in producers
2014-10-16 Dagfinn Ilmari Man... Clean up option parsing and identifier quoting in Produ...
2013-03-09 William Wolf Fix Pg diff issue with drop constraint on primary keys
2012-06-29 Justin Hunter address some issues with Pg producer and quoting
2012-01-17 Peter Rabbitson Tab/WS crusade
2011-12-24 Andreas 'ac0v' Specht added a working mechanism for naming foreign keys
2011-12-24 Andreas 'ac0v' Specht fixed alter_drop_constraint for foreign keys and applyi...
2011-10-05 Amiri Barksdale... Add test for DROP VIEW IF EXISTS
2011-04-20 Colin Newell Simple change to make Postgres simple array types produ...
2011-02-04 Moritz Onken Make Pg producer consistent with the rest in terms...
2010-11-10 Peter Rabbitson Support a custom_type_name hint for Pg enum creation
2009-10-03 Peter Rabbitson Fix RT49301
2009-08-13 Ken Youens-Clark Added patch from user (RT#42548).
2009-06-09 Peter Rabbitson Proper support for size in pg timestamp columns (patch...
2009-06-07 Peter Rabbitson The way we generate create view statements is not stand...
2009-04-24 Peter Rabbitson Pg producer improvements by mo: ALTER TABLE / ALTER...
2008-12-04 Ash Berlin PgSQL diff patch from wries
2008-10-09 Jess Robinson Now supporting scalar refs as default values! (rjbs)
2008-09-17 Jess Robinson Pg views and sqlite views, patch from wreis
2008-08-26 Jess Robinson Added patch from wreis, view support for pg producer
2008-03-05 Jess Robinson Added support for proper enums under pg (as of 8.3...
2008-01-29 Jess Robinson Update oracle producer, patch from plu.
2006-07-23 Jess Robinson Lots of Pg Producer tests, some other fixes