Skip to content

issues Search Results · repo:CeresDB/sqlness language:Rust

Filter by

20 results
 (83 ms)

20 results

inCeresDB/sqlness (press backspace or delete to remove)

Describe This Problem in the same sql file set xx to yyy; show yyyy; Proposal because some bug only can show in one session Additional Context No response
enhancement
  • yihong0618
  • 2
  • Opened 
    on Feb 4
  • #70

Describe this problem Current version of sqlness parse sql wrongly and will split this sql into three separate ones: INSERT INTO timestamp VALUES ( 1900-1-1 00;00;00 ); This is due to this place simply ...
bug
  • discord9
  • 6
  • Opened 
    on Jun 21, 2024
  • #68

Why this method return Optione before? it seems Result is more reasonable, otherwise we cannot know why an interceptor isn t working as expected. Maybe we can file an issue first. Originally ...
good first issue
  • jiacai2050
  • 3
  • Opened 
    on Jul 3, 2023
  • #60

Describe This Problem Sometimes we don t care about the order in the result. It might be caused by undetermined execution ordering etc. Proposal Implement IGNORE_ORDER interceptor that makes the compare ...
enhancement
  • waynexia
  • Opened 
    on Jun 27, 2023
  • #57

Describe This Problem It s a bit frustrating when we want to repeat SQL several times. Like insert 100 rows INSERT INTO t (c) VALUES (1), (2), ... (100); or query with all the aggregators SELECT count(c) ...
enhancement
  • waynexia
  • 13
  • Opened 
    on Apr 17, 2023
  • #51

Describe This Problem We have a scenario like this: CREATE EXTERNAL TABLE WITH (LOCATION= /home/data/tests/data/csv/taxi_zone_lookup.csv , FORMAT= csv ); It s trying to create an external file table ...
enhancement
  • WenyXu
  • 16
  • Opened 
    on Apr 15, 2023
  • #50

Describe This Problem In CeresDB, we use docker-compose to setup integration tests for cluster mode, and it requires some additional step to run it correctly. In local dev, setup those steps is non-trivial, ...
enhancement
good first issue
  • jiacai2050
  • Opened 
    on Mar 8, 2023
  • #46

Describe This Problem MySQL support is already fixed in #26, it would be great if PostgreSQL is also supported. Proposal Implement database trait for PostgreSQL - https://docs.rs/postgres/latest/postgres/struct.Client.html ...
enhancement
good first issue
  • jiacai2050
  • 2
  • Opened 
    on Mar 7, 2023
  • #44

Describe This Problem Currently sqlness outputs everything with println!. This is hard to maintain. Proposal Consider a structured way to organize our outputs. Either using existing util like TestReporter ...
enhancement
  • waynexia
  • 4
  • Opened 
    on Mar 2, 2023
  • #40

https://crates.io/crates/mysql is a popular crates, so we can go with it first. We can add a feature gate to enable this feature. By doing this, we can make it easier to get started with sqlness, ...
  • jiacai2050
  • Opened 
    on Mar 1, 2023
  • #38
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub