Uploaded image for project: 'S2Dao'
  1. S2Dao
  2. DAO-43

SQL文中のヒント句が消されてしまう

XMLWordPrintable

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 1.0.39
    • Affects Version/s: 1.0.38
    • Component/s: None
    • None

      PostgreSQLをつかっていて、レプリケーションをするためにpgpoolを使おうと思っているのですが、

      そのために、SERIALの扱いをきちんとするため、

      insertするSQLの中に /* INSERT LOCK */ ないしは /* NO INSERT LOCK */ というのを入れておかないといけないのですが、

      S2Daoで生成したSQLでは除去されてしまうようです。

      SQLラインコメント--なら除去されないみたいですが、pgpoolをみる限りこれではダメで、

      http://pgpool.projects.postgresql.org/

      • set insert_lock to true and add a /*NO INSERT LOCK*/ comment at the beginning of the query. This will prevent the rewriting.
      • set insert_lock to false and add a /*INSERT LOCK*/ comment at the beginning of the query. This will do the rewriting for the query only.

      なようなので、

      S2Daoの吐いてくれるSQLの中のSQLコメントが除去されてしまうことを防ぐことができません。

      これ、なんとかなりますでしょうか?

      http://d.hatena.ne.jp/Isoparametric/20061111/1163233039

            Assignee:
            manhole manhole
            Reporter:
            manhole manhole
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: