[7691] Added MySQL to PostgreSQL converter.

Tested on PostgreSQL 8.3 and MySQL 5.0.
For compile see README.
This commit is contained in:
AlexDereka 2009-04-20 22:15:49 +04:00
parent fc0e1ecdf1
commit c4c093dac6
7 changed files with 704 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7690"
#define REVISION_NR "7691"
#endif // __REVISION_NR_H__