To support sql comment. #1344

Closed
in-han wants to merge 2 commits from in-han/master into master
in-han commented 2019-07-04 04:07:14 +00:00 (Migrated from github.com)

Some dbproxy middleware use sql comment to make make a query on master node.
Example:

db.Table("test").Comment("/m:master/").Get( ptrObj )

The sql builder will output:
/m:master/SELECT * from test ....;

Some dbproxy middleware use sql comment to make make a query on master node. Example: db.Table("test").Comment("/*m:master*/").Get( ptrObj ) The sql builder will output: /*m:master*/SELECT * from test ....;

CI failed.

CI failed.

outdated

outdated
lunny closed this pull request 2023-07-22 15:11:34 +00:00
lunny deleted branch in-han/master 2023-07-22 15:12:17 +00:00

Pull request closed

Sign in to join this conversation.
No description provided.