My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Oct 07, 2009
    issue 11 (Possibility to avoid duplicate selection, criteria and order...) reported by dbacher   -   It would be nice to avoid duplicates (equals) in the SelectQuery. So one could just add e.g. criteria in an automatic processing and the SelectQuery would not add an already existing criterion. This could be easy enhanced by using e.g. a LinkedHashSet instead of the List and by adding the missing equals and hashCode methods.
    It would be nice to avoid duplicates (equals) in the SelectQuery. So one could just add e.g. criteria in an automatic processing and the SelectQuery would not add an already existing criterion. This could be easy enhanced by using e.g. a LinkedHashSet instead of the List and by adding the missing equals and hashCode methods.
  • Jun 15, 2009
    issue 10 (SelectQuery does not support Join clause) commented on by benoit.guerout   -   Finally, i 've created a CustomizableSelectQuery which override write() method and explode this one in 5 protected method: @Override public void write(Output out) { appendSelectClause(out); appendFromClause(out); appendJoinClauses(out); appendWhereClause(out); appendOrderClause(out); } IHMO, it gives more flexibility.
    Finally, i 've created a CustomizableSelectQuery which override write() method and explode this one in 5 protected method: @Override public void write(Output out) { appendSelectClause(out); appendFromClause(out); appendJoinClauses(out); appendWhereClause(out); appendOrderClause(out); } IHMO, it gives more flexibility.
  • Jun 15, 2009
    issue 10 (SelectQuery does not support Join clause) reported by benoit.guerout   -   Actually SelectQuery handles JOIN clause as where clause. Would be great to support real JOIN clause (LEFT, INNER, FULL ...). To solve this problem, we have overriden SelectQuery.toString() (this is ugly ...)
    Actually SelectQuery handles JOIN clause as where clause. Would be great to support real JOIN clause (LEFT, INNER, FULL ...). To solve this problem, we have overriden SelectQuery.toString() (this is ugly ...)
  • Mar 13, 2009
    squiggle-1.4.0-src.zip (Squiggle SQL Builder for Java 1.4.0 source code) file uploaded by derek.mahar
  • Mar 13, 2009
    squiggle-1.4.0.jar (Squiggle SQL Builder for Java 1.4.0 (Jarfile)) file uploaded by derek.mahar
  • Mar 13, 2009
    squiggle-1.4.0.zip (Squiggle SQL Builder for Java 1.4.0 (Zip Archive)) file uploaded by derek.mahar
  • Mar 13, 2009
    squiggle-1.4.0.tgz (Squiggle SQL Builder for Java 1.3.0 (Tar-Gzip Archive)) file uploaded by derek.mahar
  • Mar 13, 2009
    squiggle-1.4.0.jar (Squiggle SQL Builder for Java 1.4.0 (Jarfile)) file uploaded by derek.mahar
  • Mar 13, 2009
    r78 (Changed version from 1.4.0 to 1.4.1-dev.) committed by derek.mahar   -   Changed version from 1.4.0 to 1.4.1-dev.
    Changed version from 1.4.0 to 1.4.1-dev.
  • Mar 13, 2009
    r77 (Development branch for release 1.4.1.) committed by derek.mahar   -   Development branch for release 1.4.1.
    Development branch for release 1.4.1.
  • Mar 13, 2009
    r76 (Releasing 1.4.0 which includes changes since 1.3.0, but pres...) committed by derek.mahar   -   Releasing 1.4.0 which includes changes since 1.3.0, but preserves backward compatibility.
    Releasing 1.4.0 which includes changes since 1.3.0, but preserves backward compatibility.
  • Mar 13, 2009
    r75 (Changed version from 1.4.0-dev to 1.4.0 before release.) committed by derek.mahar   -   Changed version from 1.4.0-dev to 1.4.0 before release.
    Changed version from 1.4.0-dev to 1.4.0 before release.
  • Mar 13, 2009
    r74 (Deleted CHANGES.txt file because same information is availab...) committed by derek.mahar   -   Deleted CHANGES.txt file because same information is available in Subversion log.
    Deleted CHANGES.txt file because same information is available in Subversion log.
  • Oct 16, 2008
    r73 (Added to class BetweenCriteria a constructor that accepts a ...) committed by derek.mahar   -   Added to class BetweenCriteria a constructor that accepts a StringLiteral as its lower and upper bound.
    Added to class BetweenCriteria a constructor that accepts a StringLiteral as its lower and upper bound.
  • Oct 16, 2008
    r72 (Corrected the order of lower and upper bound date literals.) committed by derek.mahar   -   Corrected the order of lower and upper bound date literals.
    Corrected the order of lower and upper bound date literals.
  • Oct 16, 2008
    r71 (Modified clean target so that it deletes the source distribu...) committed by derek.mahar   -   Modified clean target so that it deletes the source distribution archive.
    Modified clean target so that it deletes the source distribution archive.
  • Oct 16, 2008
    r70 (Added to class BetweenCriteria a constructor that accepts a ...) committed by derek.mahar   -   Added to class BetweenCriteria a constructor that accepts a StringRange.
    Added to class BetweenCriteria a constructor that accepts a StringRange.
  • Oct 15, 2008
    r69 (Changed build version from 1.4.0-snapshot to 1.4.0-dev.) committed by derek.mahar   -   Changed build version from 1.4.0-snapshot to 1.4.0-dev.
    Changed build version from 1.4.0-snapshot to 1.4.0-dev.
  • Oct 15, 2008
    r68 ([No log message]) committed by derek.mahar   -   [No log message]
    [No log message]
  • Oct 14, 2008
    issue 9 (No Maven archive for squiggle-sql) reported by ciphergoth   -   Step to reproduce: 1. Search this wiki for the word "maven", "mvn" or "maven2" Expected output: find a page detailing how to add Squiggle to a Java project using Maven 2 Actual output: no hits.
    Step to reproduce: 1. Search this wiki for the word "maven", "mvn" or "maven2" Expected output: find a page detailing how to add Squiggle to a Java project using Maven 2 Actual output: no hits.
  • Oct 13, 2008
    r67 (Tagging version 2.0.0) committed by nat.pryce   -   Tagging version 2.0.0
    Tagging version 2.0.0
  • Oct 09, 2008
    r66 (Tagging version 2.0.0-RC4) committed by nat.pryce   -   Tagging version 2.0.0-RC4
    Tagging version 2.0.0-RC4
  • Oct 09, 2008
    r65 (Tagging version 2.0.0-RC3) committed by nat.pryce   -   Tagging version 2.0.0-RC3
    Tagging version 2.0.0-RC3
  • Oct 09, 2008
    r64 (run tests against JAR) committed by nat.pryce   -   run tests against JAR
    run tests against JAR
  • Oct 09, 2008
    r63 (Tagging version 2.0.0-RC2) committed by nat.pryce   -   Tagging version 2.0.0-RC2
    Tagging version 2.0.0-RC2
  • Oct 09, 2008
    r62 (fixed build and release) committed by nat.pryce   -   fixed build and release
    fixed build and release
  • Oct 08, 2008
    r61 (Tagging version 2.0.0-RC1) committed by nat.pryce   -   Tagging version 2.0.0-RC1
    Tagging version 2.0.0-RC1
  • Oct 08, 2008
    r60 (ignoring eclipse output directory) committed by nat.pryce   -   ignoring eclipse output directory
    ignoring eclipse output directory
  • Oct 06, 2008
    r59 (examples replaced by tests) committed by nat.pryce   -   examples replaced by tests
    examples replaced by tests
  • Oct 06, 2008
    issue 8 (Join criteria not taken into account if used within AND or O...) reported by nat.pryce   -   If a JoinCriteria is added to an AND or OR group, the table is not included in the FROM clause of the query.
    If a JoinCriteria is added to an AND or OR group, the table is not included in the FROM clause of the query.
  • Oct 06, 2008
    issue 7 (Allow use of columns, parameters and functions in between cr...) reported by nat.pryce   -   Allow use of columns, parameters and functions in between criteria
    Allow use of columns, parameters and functions in between criteria
  • Oct 06, 2008
    5 issues changed by nat.pryce   -   Issues 1, 3, 4, 5, 6
    Issues 1, 3, 4, 5, 6
  • Oct 06, 2008
    issue 6 (Functions in selects and where criteria) reported by nat.pryce   -   Support functions (e.g. date functions) in selects and where criteria.
    Support functions (e.g. date functions) in selects and where criteria.
  • Oct 06, 2008
    issue 5 (Null and Not Null Criteria) reported by nat.pryce   -   Add criteria for null and not null in where clauses.
    Add criteria for null and not null in where clauses.
  • Oct 06, 2008
    r58 (rename Test... classes to Example...) committed by nat.pryce   -   rename Test... classes to Example...
    rename Test... classes to Example...
  • Oct 06, 2008
    r57 (matches the tutorial documentation) committed by nat.pryce   -   matches the tutorial documentation
    matches the tutorial documentation
  • Oct 06, 2008
    r56 (build puts all generated files under the build/ directory ) committed by nat.pryce   -   build puts all generated files under the build/ directory
    build puts all generated files under the build/ directory
  • Oct 06, 2008
    Tutorial Wiki page edited by nat.pryce
  • Oct 06, 2008
    r54 (moved SqlMatcher to support subpackage so that the tests are...) committed by nat.pryce   -   moved SqlMatcher to support subpackage so that the tests are more easily navigable in the googlecode svn browser
    moved SqlMatcher to support subpackage so that the tests are more easily navigable in the googlecode svn browser
  • Oct 06, 2008
    FAQ Wiki page edited by nat.pryce
  • Oct 06, 2008
    FAQ Wiki page added by nat.pryce
  • Oct 06, 2008
    Tutorial Wiki page edited by nat.pryce
  • Oct 06, 2008
    Tutorial Wiki page edited by nat.pryce
  • Oct 06, 2008
    r49 (moved tutorial to googlecode wiki) committed by nat.pryce   -   moved tutorial to googlecode wiki
    moved tutorial to googlecode wiki
  • Oct 06, 2008
    Tutorial Wiki page added by nat.pryce
  • Oct 06, 2008
    r47 (moving stuff between tests so they work better as examples) committed by nat.pryce   -   moving stuff between tests so they work better as examples
    moving stuff between tests so they work better as examples
  • Oct 05, 2008
    r46 (renamed) committed by nat.pryce   -   renamed
    renamed
  • Oct 05, 2008
    r45 (tutorial now reflects latest API) committed by nat.pryce   -   tutorial now reflects latest API
    tutorial now reflects latest API
  • Oct 05, 2008
    r44 (release scripts) committed by nat.pryce   -   release scripts
    release scripts
  • Oct 05, 2008
    r43 (Removed CanReferToTables interface because it was never refe...) committed by nat.pryce   -   Removed CanReferToTables interface because it was never referred to directly and made some class declarations rather meaningless. Removed toString implemented with the ToStringer from intermediate objects to force SQL generation to be as efficient as possible.
    Removed CanReferToTables interface because it was never referred to directly and made some class declarations rather meaningless. Removed toString implemented with the ToStringer from intermediate objects to force SQL generation to be as efficient as possible.
 
Hosted by Google Code