You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(This issue was migrated from the old bug tracker of SQLiteStudio)
Original ID from old bug tracker: 3240
Originally created at: Sat Dec 17 14:34:56 2016
Originally last updated at: Sat Dec 17 14:34:56 2016
when generate a script for a record,the generated sql has a reversed field order.
i.e, i have a table T1(F1,F2),the generated sql like this:
insert into t1(f2,f1) value(v2,v1).
you know, the field position means its importment, the sql should be:
insert into t1(f1,f2) value(v1,v2).
(This issue was migrated from the old bug tracker of SQLiteStudio)
Original ID from old bug tracker: 3240
Originally created at: Sat Dec 17 14:34:56 2016
Originally last updated at: Sat Dec 17 14:34:56 2016
when generate a script for a record,the generated sql has a reversed field order.
i.e, i have a table T1(F1,F2),the generated sql like this:
insert into t1(f2,f1) value(v2,v1).
you know, the field position means its importment, the sql should be:
insert into t1(f1,f2) value(v1,v2).
Plugins loaded:
MultiEditorDateTimePlugin, ScriptingQt, MultiEditorBoolPlugin, Printing, PopulateDictionary, SqliteHighlighterPlugin, XmlExport, PopulateConstant, MultiEditorTextPlugin, DbSqliteWx, PdfExport, SqlEnterpriseFormatter, DbPluginSqlite3, PopulateSequence, DbSqliteCipher, MultiEditorDatePlugin, PopulateRandom, JavaScriptHighlighterPlugin, JsonExport, ScriptingSql, PopulateRandomText, CsvExport, MultiEditorNumericPlugin, MultiEditorHexPlugin, CsvImport, MultiEditorTimePlugin, SqlExport, ScriptingTcl, RegExpImport, ConfigMigration, DbSqlite2, HtmlExport, PopulateScript, DbSqliteSystemData
Version:
3.1.1
Operating System:
Windows 7, 32bit
The text was updated successfully, but these errors were encountered: