-
The command line utility doesn't seem to be correctly converting ROW(), ROW_NUMBER(), and ROW_NUMBER() OVER() queries correctly. See sample below:
SELECT Id, Email, EmailType, ContactPersonId, ConcurrencyId
FROM(
SELECT ROW_NUMBER() OVER(ORDER BY Id) AS Row, Id, Email, EmailType, ContactPersonId, ConcurrencyId
FROM EmailAddress) AS EmailRows
WHERE(( Row between( startRowIndex) AND...
2009-03-10 14:02:46 UTC by fossildesigns
-
Version includes:
- support for very large SQL statements
- support for SQL Server temporary table syntax (INTO #temptable)
- improved support for CASE statements
- improved pretty-printing.
2006-11-06 10:21:41 UTC by erikwett
-
Version 1.0 relased. Support for syntax conversion of T-SQL procedures to MySQL (ANSI) format. Partial conversion,GOTO:s and labels commented out.
2006-09-18 08:56:08 UTC by erikwett
-
erikwett committed revision 4 to the T-SQL to MySQL procedure converter SVN repository, changing 1 files.
2006-09-17 14:02:03 UTC by erikwett
-
erikwett committed revision 3 to the T-SQL to MySQL procedure converter SVN repository, changing 2 files.
2006-09-17 13:40:29 UTC by erikwett
-
erikwett committed revision 2 to the T-SQL to MySQL procedure converter SVN repository, changing 2 files.
2006-09-14 07:22:51 UTC by erikwett
-
erikwett committed revision 1 to the T-SQL to MySQL procedure converter SVN repository, changing 1 files.
2006-09-14 07:21:54 UTC by erikwett
-
Anonymous committed patchset 1 of module CVSROOT to the T-SQL to MySQL procedure converter CVS repository, changing 11 files.
2006-09-11 12:10:29 UTC by nobody
-
erikwett registered the T-SQL to MySQL procedure converter project.
2006-09-11 12:05:18 UTC by erikwett