Giter Site home page Giter Site logo

Comments (5)

lighttiger2505 avatar lighttiger2505 commented on August 18, 2024

Thanks for contribution.

Hmm. I was unable to reproduce the bug you reported in my environment.

If you have the time. Could you please describe a more detailed reproduction procedure?
The following format is preferred.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

from sqls.

wakamenod avatar wakamenod commented on August 18, 2024

hi, thanks for your reply.

i will re-check the issue this weekend.
maybe this is the problem at my client side. (i'm using it from emacs)

and sorry i was a bit unclear about the way to reproduce. i will use your template.

thanks,

from sqls.

wakamenod avatar wakamenod commented on August 18, 2024

Sorry, my example query above was wrong.

To Reproduce

  1. Run Execute Query command with the query below:
SELECT
*
FROM accounts;

Please note there is no space before *.

  1. Check the result output. which is
Query OK, 7 row affected

Expected behavior
Returns the result rows:

+----------------------+---------+
|       PRC DATE       | PRC AMT |
+----------------------+---------+
| 2018-10-26T00:00:00Z |   12000 |
| 2018-10-28T00:00:00Z |    2500 |
| 2018-10-31T00:00:00Z |  -15000 |
| 2018-11-03T00:00:00Z |   34000 |
| 2018-11-04T00:00:00Z |   -5000 |
| 2018-11-06T00:00:00Z |    7200 |
| 2018-11-11T00:00:00Z |   11000 |
+----------------------+---------+
7 rows in set

Versions
OS: macOS 10.15.6
sqls: the latest at master

Additional context
I can get result if I put a space before the asterisk.

from sqls.

lighttiger2505 avatar lighttiger2505 commented on August 18, 2024

@wakamenod The reproduction procedure you presented was very clear. It helped me to identify the bugs.

from sqls.

wakamenod avatar wakamenod commented on August 18, 2024

@lighttiger2505
Thank you for your work.
i have confirmed it's fixed.

from sqls.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.