Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.

To support sql comment. #1344

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

To support sql comment. #1344

wants to merge 2 commits into from

Commits on Jul 4, 2019

  1. To support sql comment.

    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 ....;
    hanyin committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    41fb72d View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    52d3a82 View commit details
    Browse the repository at this point in the history