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

Feature/rebase beta branch #20

Merged
merged 56 commits into from
Sep 20, 2024
Merged

Feature/rebase beta branch #20

merged 56 commits into from
Sep 20, 2024

Commits on Sep 18, 2024

  1. Test implementation

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dd09dac View commit details
    Browse the repository at this point in the history
  2. Type-level implementation

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    25d3753 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8439bf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2115f8 View commit details
    Browse the repository at this point in the history
  5. Implemented extra drivers

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ab07dd7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f49379 View commit details
    Browse the repository at this point in the history
  7. Prototype implementation

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    45d2d13 View commit details
    Browse the repository at this point in the history
  8. switched bun to dynamic imports

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    be0aab2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    936b319 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    493dd13 View commit details
    Browse the repository at this point in the history
  11. More comnprehensive import errors

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6c6394d View commit details
    Browse the repository at this point in the history
  12. Changed error messge

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1b580d8 View commit details
    Browse the repository at this point in the history
  13. Improved params destructurization

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b6b8258 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f7d703 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e009be7 View commit details
    Browse the repository at this point in the history
  16. Added missing runtime tests

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    672b441 View commit details
    Browse the repository at this point in the history
  17. LibSQL improvements

    Added:
    - handling alteting columns in libsql
    - new json statement for recreation table for sqlite and libsql
    - push updated for sqlite and libsql
    - tests
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    951e549 View commit details
    Browse the repository at this point in the history
  18. - updated tests

    - added handling create reference and create column for sqlite and libsql
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0b768d4 View commit details
    Browse the repository at this point in the history
  19. - handled foreign keys for recreate table

    - handled alter column with unique keys
    - made more tests
    - updated recreate sql statements order
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7239e9f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b0cf555 View commit details
    Browse the repository at this point in the history
  21. updated tests

    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8d62f90 View commit details
    Browse the repository at this point in the history
  22. - moved 'turso' driver to dialect

    - rewrote tests
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ec4420e View commit details
    Browse the repository at this point in the history
  23. fixed dialects in introspect musql, psql, sqlite

    updated packages
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    15c6b1a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    deb7533 View commit details
    Browse the repository at this point in the history
  25. removed console.log

    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    380a4ce View commit details
    Browse the repository at this point in the history
  26. updated pull config

    update migrate function in drizzle-orm
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9b68f3d View commit details
    Browse the repository at this point in the history
  27. removed driver

    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7790983 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d954a4b View commit details
    Browse the repository at this point in the history
  29. Added alternate config for better-sqlite3, bun:sqlite; Renamed bun-sq…

    …lite to bun:sqlite; Fixed schema inferrence issue (no schema would resrresult in `unknown`, expected: `Record<string, never>`)
    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    482cdce View commit details
    Browse the repository at this point in the history
  30. Added monomigrator

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b40b752 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ccac440 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    79b2dd9 View commit details
    Browse the repository at this point in the history
  33. Removed garbage

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    977fdd2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3430e1c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    56f7b16 View commit details
    Browse the repository at this point in the history
  36. Improved types, matched supported instances of monodriver and monomig…

    …rator, fixed pg withReplicas type's schema inferrence, fixed lack of [entityKind] on some instances, fixed migrators not accepting string as a config
    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    091a8f4 View commit details
    Browse the repository at this point in the history
  37. Fixed invalid [entityKind] call

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9af5fec View commit details
    Browse the repository at this point in the history
  38. Added :memory: autocomplete

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ca04053 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    1e1d8ae View commit details
    Browse the repository at this point in the history
  40. Exposed db drivers from monodriver

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1de8bf8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0f81774 View commit details
    Browse the repository at this point in the history
  42. Fixed faulty test cases; Fixed lack of count type conversion in mysql…

    …; added all method functionality to pg proxy driver; added websocket instance to monodriver neon serverless config
    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f027500 View commit details
    Browse the repository at this point in the history
  43. Switched mysql count to execute

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8903755 View commit details
    Browse the repository at this point in the history
  44. Added cast to embedded

    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a171311 View commit details
    Browse the repository at this point in the history
  45. Switched to .execute for mysql, pg; reverted pg proxy session chang…

    …es; fixed misplaced mysql tests; removed unused args
    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4f9c076 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    99795fa View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    0105349 View commit details
    Browse the repository at this point in the history
  48. Fixed neon-http, planetscale; removed leftover lines; switched sqlite…

    … to session-based count
    Sukairo-02 authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    865fc07 View commit details
    Browse the repository at this point in the history
  49. changed console.log outputs for connection to Sqlite

    returned removed console.log in mysql push
    AleksandrSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b60aa98 View commit details
    Browse the repository at this point in the history
  50. Add draft for beta release

    AndriiSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    388d422 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6d413df View commit details
    Browse the repository at this point in the history
  52. Update release notes

    AndriiSherman authored and Rodriguespn committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d5a0238 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    c38333a View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f86f5a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    f32c8b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    28876e6 View commit details
    Browse the repository at this point in the history