Added support for column inline comments in SQLite#819
Added support for column inline comments in SQLite#819deeky666 merged 1 commit intodoctrine:masterfrom
Conversation
|
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DBAL-1176 We use Jira to track the state of pull requests and the versions they got |
There was a problem hiding this comment.
Uhm... why is DBAL not using a prepared statement here? :|
There was a problem hiding this comment.
Shouldn't we make sure here that $comment does not contain \n? Otherwise the generated SQL will be invalid. We could either strip newlines or throw exception...
4fca981 to
c27e90f
Compare
There was a problem hiding this comment.
@hason this change is not part of your PR, is it? Can we try to not mix different things here?
|
@deeky666 This is necessary for correct handling custom types in ORM |
Added support for inline comments for SQLite fixes #1118
No description provided.