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: NLPchina/elasticsearch-sql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clude/elasticsearch-sql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 27, 2016

  1. fix count distinct issue

    clude_zhu committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    a6697d6 View commit details
    Browse the repository at this point in the history
  2. import jdbc feature:

    supports retrieve totalHits and datasets in one query
    clude_zhu committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    60f637d View commit details
    Browse the repository at this point in the history
  3. add local deploy setting

    clude_zhu committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    309f302 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2016

  1. fix BigDecimal parsing issue

    there is an BigDecimal parsing issue when we set condition like "where amount > 10.02"
    clude_zhu committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    811d669 View commit details
    Browse the repository at this point in the history
Loading