GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel/pull/134
Fixed toString() method of insert-into-table builder
I came across a little issue today while debugging some code that used
MetaModel. The toString() method of an INSERT builder had no comma-delimitation
of the values in the INSERT statement. Obviously this is only used for
toString() representation and not passed on to the database, but still it looks
bad and it shouldnøt ;)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel
feature/insert-tostring
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel/pull/134.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #134
----
commit 84dab35b373680753a42218f063c0e1ab687bf63
Author: kasper <kasper@laptop-67itmt2v>
Date: 2016-10-25T04:03:42Z
Fixed toString() method of insert-into-table builder
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---