Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Add examples to the SQL docs #31633

Merged
merged 6 commits into from
Jul 3, 2018
Merged

Commits on Jul 2, 2018

  1. DOC: Add examples to the SQL docs

    Significantly improve the example snippets in the documentation.
    The examples are part of the test suite and checked nightly.
    To help readability, the existing dataset was extended (test_emp renamed
    to emp plus library).
    costin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    877f09a View commit details
    Browse the repository at this point in the history
  2. Complete examples

    Add examples to all sections
    Fix two minor bugs in the JDBC driver discovered
    Improve output of JDBC tests to be consistent with the CLI
    Add lenient flag to JDBC asserts to allow type widening (a long is
    equivalent to a integer as long as the value is the same)
    costin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    7872e25 View commit details
    Browse the repository at this point in the history
  3. Add javadocs

    costin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    b740e32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    389592b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a5c54a View commit details
    Browse the repository at this point in the history
  6. Removed unneeded dependencies

    costin committed Jul 2, 2018
    Configuration menu
    Copy the full SHA
    184f448 View commit details
    Browse the repository at this point in the history