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

Fix stonedb impl err 3 #4

Draft
wants to merge 99 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 29, 2023

  1. fix: add space when creating table

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    46be53a View commit details
    Browse the repository at this point in the history
  2. fix: add expected errors and key length specification

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c57f997 View commit details
    Browse the repository at this point in the history
  3. feat: generate comments randomly

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c9f33dd View commit details
    Browse the repository at this point in the history
  4. fix: add expected errors and key restriction

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f2a2d0b View commit details
    Browse the repository at this point in the history
  5. feat: add support for more map actions

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7d11c15 View commit details
    Browse the repository at this point in the history
  6. fix: add space between INDEX and indexName

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    804ae21 View commit details
    Browse the repository at this point in the history
  7. fix: add space and {}

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9d3588a View commit details
    Browse the repository at this point in the history
  8. fix: remove pre-added errors before testing

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    07b57ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2d54fa5 View commit details
    Browse the repository at this point in the history
  10. fix: add missing space

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8d74233 View commit details
    Browse the repository at this point in the history
  11. fix: add missing (

    zhenglinli committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e1deede View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. fix: add missing length for varbinary type

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    12e5630 View commit details
    Browse the repository at this point in the history
  2. fix: string generation strategy in comments

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    f651d21 View commit details
    Browse the repository at this point in the history
  3. fix: add provider

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e748258 View commit details
    Browse the repository at this point in the history
  4. fix: use global randomly

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9e7e347 View commit details
    Browse the repository at this point in the history
  5. fix: insert one row

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    36f73a9 View commit details
    Browse the repository at this point in the history
  6. feat: add expected errors

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d8f3c0e View commit details
    Browse the repository at this point in the history
  7. feat: no length

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e9ee2b5 View commit details
    Browse the repository at this point in the history
  8. feat: no length

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a650ae8 View commit details
    Browse the repository at this point in the history
  9. style: format

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    37e4398 View commit details
    Browse the repository at this point in the history
  10. fix: Tianmu engine does not support fulltext index.

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1348786 View commit details
    Browse the repository at this point in the history
  11. fix: fix alter table and getwithoutnull

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8e921ed View commit details
    Browse the repository at this point in the history
  12. fix: add expected errors

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0afbe78 View commit details
    Browse the repository at this point in the history
  13. feat: support StringVisitor of StoneSelect

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    1345b6e View commit details
    Browse the repository at this point in the history
  14. fix: delete useless import

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    2f5cff4 View commit details
    Browse the repository at this point in the history
  15. fix: syntax error in index create

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d08ffb3 View commit details
    Browse the repository at this point in the history
  16. style: run formate

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c07dc5d View commit details
    Browse the repository at this point in the history
  17. fix: syntax errors

    zhenglinli committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0042955 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. fix: delete AS in DELETE

    zhenglinli committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c169371 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. feat: add expectedErrors for all generator

    zhenglinli committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    464d3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fef149e View commit details
    Browse the repository at this point in the history
  3. feat: add expected errors

    zhenglinli committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f0235b8 View commit details
    Browse the repository at this point in the history
  4. refactor: remove redundant identifier

    zhenglinli committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9c3398b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. refactor: remove unused expected errors

    zhenglinli committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    805321b View commit details
    Browse the repository at this point in the history
  2. refactor: use parent StringBuilder

    zhenglinli committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    5db400d View commit details
    Browse the repository at this point in the history
  3. refactor: add more expected errors

    zhenglinli committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    21383f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. feat: add some options according to docs

    zhenglinli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    68c7764 View commit details
    Browse the repository at this point in the history
  2. refactor: change action perform times

    zhenglinli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    dc0d2bc View commit details
    Browse the repository at this point in the history
  3. refactor: rename and change action perform times

    zhenglinli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    482ebb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10c350a View commit details
    Browse the repository at this point in the history
  5. fix: delete unexcepted errors

    zhenglinli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5b1e61c View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/fix_stonedb_impl_err' into fix_s…

    …tonedb_impl_err
    zhenglinli committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    12eafc2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. feat: add one expected error

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    400ac04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85e750 View commit details
    Browse the repository at this point in the history
  3. refactor: refactor append type, reused function

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    da95116 View commit details
    Browse the repository at this point in the history
  4. refactor: refactor append type argus

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6d84268 View commit details
    Browse the repository at this point in the history
  5. fix: fix null pointer exception

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    168954d View commit details
    Browse the repository at this point in the history
  6. refactor: delete useless code

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0e28e47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cde4299 View commit details
    Browse the repository at this point in the history
  8. fix: fix cast operation bug in StoneDB

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f03e53e View commit details
    Browse the repository at this point in the history
  9. feat: add some options according to docs

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    cc90915 View commit details
    Browse the repository at this point in the history
  10. feat: add one expected error

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f22ccfb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7873ebd View commit details
    Browse the repository at this point in the history
  12. fix: fix null pointer exception

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e6c0994 View commit details
    Browse the repository at this point in the history
  13. fix: fix cast operation bug in StoneDB

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0390d89 View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'origin/fix_stonedb_impl_err_2' into fix…

    …_stonedb_impl_err_2
    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    91e695c View commit details
    Browse the repository at this point in the history
  15. fix: fix cast operation bug in StoneDB

    zhenglinli committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    aa781a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. fix: Tianmu engine does not support fulltext index.

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    657b094 View commit details
    Browse the repository at this point in the history
  2. feat: add expectedErrors for all generator

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f32a885 View commit details
    Browse the repository at this point in the history
  3. refactor: remove unused expected errors

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    76e1c2d View commit details
    Browse the repository at this point in the history
  4. refactor: delete useless code

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    80cf31c View commit details
    Browse the repository at this point in the history
  5. feat: add some options according to docs

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    596f321 View commit details
    Browse the repository at this point in the history
  6. feat: add one expected error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ac0f9f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27d9de0 View commit details
    Browse the repository at this point in the history
  8. fix: fix null pointer exception

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    687833e View commit details
    Browse the repository at this point in the history
  9. fix: fix cast operation bug in StoneDB

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a25a909 View commit details
    Browse the repository at this point in the history
  10. fix: fix cast operation bug in StoneDB

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4529f6f View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/fix_stonedb_impl_err_2' into fix…

    …_stonedb_impl_err_2
    
    # Conflicts:
    #	src/sqlancer/stonedb/gen/StoneDBIndexCreateGenerator.java
    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f973fa2 View commit details
    Browse the repository at this point in the history
  12. fix: delete rename column

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0abbfd4 View commit details
    Browse the repository at this point in the history
  13. feat: add expected errors

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    cde3809 View commit details
    Browse the repository at this point in the history
  14. refactor: reuse code

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1ca1645 View commit details
    Browse the repository at this point in the history
  15. refactor: refactor append type argus

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1764612 View commit details
    Browse the repository at this point in the history
  16. refactor: reuse code, rename, fix

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4e56b3e View commit details
    Browse the repository at this point in the history
  17. fix: syntax error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    66221e7 View commit details
    Browse the repository at this point in the history
  18. fix: change / alter column error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    5780e7b View commit details
    Browse the repository at this point in the history
  19. fix: change / alter column error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a5e2c10 View commit details
    Browse the repository at this point in the history
  20. fix: change / alter column error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    5dc4236 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d8b394 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2b4e581 View commit details
    Browse the repository at this point in the history
  23. fix: no space error

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    024ee63 View commit details
    Browse the repository at this point in the history
  24. fix: fix as count in NoREC Oracle

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    5012247 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'fix_stonedb_impl_err_2' into fix_stonedb_impl_err_3

    # Conflicts:
    #	src/sqlancer/stonedb/StoneDBSchema.java
    #	src/sqlancer/stonedb/gen/StoneDBTableAlterGenerator.java
    #	src/sqlancer/stonedb/gen/StoneDBTableCreateGenerator.java
    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a9c0c94 View commit details
    Browse the repository at this point in the history
  26. fix: fix as count in NoREC Oracle

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    dd16fda View commit details
    Browse the repository at this point in the history
  27. fix: fix as count in NoREC Oracle

    zhenglinli committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    b4eeb19 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. fix: fix bitwise operation

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4d46cf4 View commit details
    Browse the repository at this point in the history
  2. fix: fix binary operation

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    25b1afd View commit details
    Browse the repository at this point in the history
  3. fix: fix in operation

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9222bcb View commit details
    Browse the repository at this point in the history
  4. feat: add expected errors

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    63826d1 View commit details
    Browse the repository at this point in the history
  5. feat: add expected errors

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0e4cb8f View commit details
    Browse the repository at this point in the history
  6. feat: fix errors in fetch size

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    391ac1e View commit details
    Browse the repository at this point in the history
  7. feat: add expected errors

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8151d80 View commit details
    Browse the repository at this point in the history
  8. fix: regex match string

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0066bab View commit details
    Browse the repository at this point in the history
  9. feat: add expected errors

    zhenglinli committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    313bb95 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Merge branch 'main' into fix_stonedb_impl_err_3

    # Conflicts:
    #	src/sqlancer/stonedb/gen/StoneDBTableDeleteGenerator.java
    zhenglinli committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    50d01d3 View commit details
    Browse the repository at this point in the history
  2. git: merge main

    zhenglinli committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    edf57fa View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. feat: disable delete order by

    zhenglinli committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8c61276 View commit details
    Browse the repository at this point in the history
  2. feat: disable delete order by

    zhenglinli committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    63951b5 View commit details
    Browse the repository at this point in the history
  3. feat: disable delete order by

    zhenglinli committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    aeebd2c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. feat: add expected errors

    zhenglinli committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    09f52ba View commit details
    Browse the repository at this point in the history