Menu

#17 Target table of INSERT INTO not quoted

2.0.8
closed
None
1
2014-12-01
2014-11-29
No

I believe the target table of an INSERT INTO statement should be quoted.

E.g. right now I get from toSQLSting():

INSERT INTO a table name with spaces ......

and I should get:

INSERT INTO [a table name with spaces] .....

Attached the small patch to solve the problem.

Thanks for the great work!

1 Attachments

Discussion

  • James Ahlborn

    James Ahlborn - 2014-11-30

    Sorry for the shuffling, i was confused.

     
  • James Ahlborn

    James Ahlborn - 2014-12-01

    Fixed in trunk, will be in the 2.0.8 release.

     
  • James Ahlborn

    James Ahlborn - 2014-12-01
    • status: open --> closed
    • assigned_to: James Ahlborn
    • Group: Unassigned --> 2.0.8
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.