RIAwolf / dao-ext

Automatically exported from code.google.com/p/dao-ext
0 stars 0 forks source link

Too many commas #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. create db
2. generate code
3. run code

What is the expected output? What do you see instead?
not having having trailing commas where they dont belong. commas appear between 
sets and 
values and after lists of columns 

ex: 
insert (bla), VALUES (?)
--------^
insert (bla1, bla2,), VALUES (?,?,)
-------------^
update bla set bla1, bla2, where bla1=?
-------------------^

Original issue reported on code.google.com by JeffreyT...@gmail.com on 17 Mar 2009 at 3:30

GoogleCodeExporter commented 8 years ago
fixed in SVN

Original comment by matteo.r...@gmail.com on 24 Mar 2009 at 12:58