Welcome to the SQL Parser forum

Discussion on a SQL Parser for EasyMOD
Locked
markus_petrux
Registered User
Posts: 376
Joined: Fri Jun 18, 2004 10:58 pm
Location: Girona, Catalunya (Spain)
Contact:

Welcome to the SQL Parser forum

Post by markus_petrux »

Hi!

We are proud to announce a new SQL Parser for EasyMOD is being developed.

At this moment, an online form, allows anyone to parse SQL/DDL and generate equivalent statements for MySQL, PostgreSQL and MSSQL. It currently supports CREATE, ALTER and DROP TABLE. The ALTER TABLE for PostgreSQL needs a bit more work and for MSSQL is still pending, though.

We will be posting more information soon about the SQL syntax that easyMOD accepts. It will however be largely MySQL based.

For now, the SQL parser is going to be packed as a separate project (ie. independent from EM), released under the GPL and soon available at SF.net.

Feel free to use the online conversion tool. Your experience converting SQL schemas and, specially using non-MySQL servers is more than welcome.


Thanks for your collaboration :)

The phpBB MOD Team

selven
Registered User
Posts: 7
Joined: Thu May 22, 2003 10:43 am

Re: Welcome to the SQL Parser forum

Post by selven »

hi markus happy to see yo here this sound really great!
tell me something when you need italian translation of it

markus_petrux
Registered User
Posts: 376
Joined: Fri Jun 18, 2004 10:58 pm
Location: Girona, Catalunya (Spain)
Contact:

Re: Welcome to the SQL Parser forum

Post by markus_petrux »

Thanks a lot, selven :) ...it is too soon for translations, though. You know, the code isn't stable yet.



BTW, the online conversion tool has been updated, so it gets easier to test the SQL Parser, hopefully.

Locked