Menu

#14 Add custom syntax hooks to various sql constructs

sqlbuilder-2.1.1
closed
sqlbuilder (14)
1
2015-04-26
2015-03-19
No

While sqlbuilder aims for sql92 compliance, it may be possible to add some reasonable hooks to insert custom syntax in certain common spots (e.g. the beginning and end of queries).

Discussion

  • James Ahlborn

    James Ahlborn - 2015-04-26
    • status: open --> closed
    • assigned_to: James Ahlborn
    • Group: Unassigned --> sqlbuilder-2.1.1
     
  • James Ahlborn

    James Ahlborn - 2015-04-26

    SqlBuilder now has a customization framework and some common database specific customizations. Not all the queries currently implement the customization support. However, the SelectQuery is now customizable, and there is a implementation of the MySQL limit clause (likewise for PostgreSQL).

    Fixed in trunk, will be in the 2.1.1 release.

     

Log in to post a comment.