Skip Menu |

This queue is for tickets about the SQL-Translator CPAN distribution.

Report information
The Basics
Id: 70328
Status: open
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: btilly [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: SQL::Translator refuses to switch to default schema
https://gist.github.com/1152817 shows a quick program demonstrating that when you try to create a diff from a table that specifies InnoDB as the engine to one that specifies no engine (and therefore gets the default), you'll get invalid SQL out.
On Wed Aug 17 18:46:33 2011, TILLY wrote: Show quoted text
> https://gist.github.com/1152817 shows a quick program demonstrating > that when you try to > create a diff from a table that specifies InnoDB as the engine to one > that specifies no engine > (and therefore gets the default), you'll get invalid SQL out.
We really do want to eventually fix this bug, but currently the sqlt dev-process is quite udnerstaffed. Can you help us out by converting the gist into a proper failing test case, modeled on other existing .t's? This will make things sooo much easier :) Cheers!