Comma after last field (MS SQL)

[expired user #6049]'s profile image [expired user #6049] posted 12 years ago in Import/Export Permalink
Here example of export:
===
# Dumping structure for table somebase.sometable
CREATE TABLE IF NOT EXISTS "sometable" (
"somefield1" DATETIME NOT NULL,
"somefield2" TEXT(2147483647) NOT NULL,
"somefield3" INT NOT NUL,);
===
->^<-
Code modification/commit from ansgar.becker, 12 years ago, revision 6.0.0.3982
Fix wrong offset when stripping trailing comma for MS SQL table structure export. See http://www.heidisql.com/forum.php?t=9449
ansgar's profile image ansgar posted 12 years ago Permalink
Fixed in r3982
[expired user #6083]'s profile image [expired user #6083] posted 12 years ago Permalink
i can't
ansgar's profile image ansgar posted 12 years ago Permalink
You can't? La merde...
jfalch's profile image jfalch posted 12 years ago Permalink
;-)

Please login to leave a reply, or register at first.