Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the generated sql has a reversed field order. #3090

Open
pawelsalawa opened this issue Jan 18, 2018 · 0 comments
Open

the generated sql has a reversed field order. #3090

pawelsalawa opened this issue Jan 18, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@pawelsalawa
Copy link
Owner

(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

@pawelsalawa pawelsalawa added the bug Something isn't working label Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant