Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: krisajenkins/yesql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82ca657
Choose a base ref
...
head repository: krisajenkins/yesql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d634f7d
Choose a head ref
  • 18 commits
  • 5 files changed
  • 6 contributors

Commits on Oct 29, 2015

  1. Trims One Semicolon at the End of Each Statement

    If I use the defqueries mode where I have more than one query in one SQL
    file, I have a problem with my editor. I use IntelliJ and it likes to
    have semicolons at the end of each statement. Otherwise its not able to
    parse the statements and therefore can't provide error checking and
    other stuff. However my Oracle database does not like the semicolons if
    I run the query.
    alexanderkiel committed Oct 29, 2015
    Configuration menu
    Copy the full SHA
    4be9ec4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. Fix typo: maxage->min_age

    burhanloey committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    3db8eeb View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2016

  1. add link to php library

    Simply PHP verion.
    LionsHead committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    c43b2a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Mention that h2 is also supported

    Happened to find out by booting a Luminus framework application with h2.
    (Luminus uses yesql by default)
    iku000888 committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    b7e08c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    d6a35c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7985d64 View commit details
    Browse the repository at this point in the history
  3. Changing a parameter name in the README.

    maxage should be max_age, for consistency with the other examples.
    krisajenkins committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    f22ca8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b0a620 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49f1ab3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2016

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

Commits on Apr 27, 2016

  1. Configuration menu
    Copy the full SHA
    09e1a4c View commit details
    Browse the repository at this point in the history
  2. Updating to JDBC 0.5.8.

    krisajenkins committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    ee86fb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1722584 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23b194c View commit details
    Browse the repository at this point in the history
  5. Version 0.5.3.

    krisajenkins committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    55355c1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    5d6002c View commit details
    Browse the repository at this point in the history
  2. changed test cases

    ibarrick committed May 5, 2016
    Configuration menu
    Copy the full SHA
    b6de247 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2016

  1. added batch insert support

    ibarrick committed Jun 20, 2016
    Configuration menu
    Copy the full SHA
    d634f7d View commit details
    Browse the repository at this point in the history
Loading