Skip Menu |

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

Report information
The Basics
Id: 31442
Status: new
Priority: 0/
Queue: SQL-Translator

People
Owner: Nobody in particular
Requestors: siegerstein [...] pochta.ru
Cc:
AdminCc:

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



Subject: not understanding LOCK & UNLOCK TABLES
If I try to convert my databse from MySQL to PostgreSQL, I get error in line with: LOCK TABLES ... WRITE; UNLOCK TABLES; After comment it sqlt work good for me... It seems that it didn't understand LOCK & UNLOCK query. $ sqlt -f MySQL -t PostgreSQL openlib.sql > openlib-pg.sql