Skip Menu |

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

Report information
The Basics
Id: 25792
Status: resolved
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: antilyrical [...] spamcop.net
Cc:
AdminCc:

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



Subject: differnt producers based on version
Instead of just having MySQL, there should be: MySQL MySQL4 MySQL5 You would use it like this: sqlt -f PostgreSQL -t MySQL4 from.sql > to.sql That way, if you are using an older database, you can make sure the script you generate will have the appropriate commands. Also, MySQL will be a synonym for the highest version, so in this case MySQL would equal MySQL5.
Producer versioning has since been implemented via options.