Project

General

Profile

3172_ecf_20200623a.patch

Eric Faulhaber, 06/23/2020 06:07 PM

Download (410 Bytes)

View differences:

src/com/goldencode/p2j/persist/QueryWrapper.java 2020-06-23 21:54:49 +0000
3996 3996
      if (query != null)
3997 3997
      {
3998 3998
         this.prepareString = qprepare;
3999
         this.dynamic = true;
3999 4000
         assignImpl(query, false);
4000 4001
      }
4001 4002