Multiple fixes for the SQLServer producer/parser combo
authorPeter Rabbitson <ribasushi@cpan.org>
Sun, 7 Jun 2009 10:12:08 +0000 (10:12 +0000)
committerPeter Rabbitson <ribasushi@cpan.org>
Sun, 7 Jun 2009 10:12:08 +0000 (10:12 +0000)
commite2fb9ad304efa82aeccc2c266f3eb165f2f51950
tree656e3861ad231b701266b10d28873bac16061390
parentf59b2c0e0d3cad2e98ed0eb440720f85a8f33a6f
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)
lib/SQL/Translator/Parser/SQLServer.pm
lib/SQL/Translator/Producer/SQLServer.pm
t/60roundtrip.t