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

Develop #11

Merged
merged 49 commits into from
Jan 27, 2022
Merged

Develop #11

merged 49 commits into from
Jan 27, 2022

Conversation

AndriiSherman
Copy link
Member

No description provided.

AndriiSherman and others added 30 commits September 11, 2021 14:04
…#1)

* Add InArray and Like queries
* Setters now handled as object to update;
* Enum types will be setup independently from tables and just be reused

Co-authored-by: AndriiSherman <sherman@lambda.direct>
* 0.9.1

* Add 5 joins

* Add distinct for select queries

* Return object on delete

* Add raw query builder

* Add serializer for drizzle-kit support
* 0.9.6

* Add all possible pverloads for decimal column type

* Add possibility to create custom update statements, imstead of just setting values

* Change OnUpdate and OnDelete API
* 0.9.12

* Add Session interface for extensions
* Add migrator logic

* 0.9.15

* Remove autoincrement field and add serial for postgres

* Move notNull to method instead of column type

* Add timestamp with timezone type

* Add default value for timestamp/time/timestamptz

* Add big integers type separating for 2^53 and 2^64 difference between javascript and postgres

* Fix migrations table

* 0.9.16

* Add migrator changelog+readme with migrator function
* Partial select proof-of-concept

* Add partial select first overview types

* Add all partial selects types and handling for partials

* Add self join possibility

1. Fix Table definition
2. Fix query generation

* Fix wrong type as undefined to be returned;
Move first to findOne;

* Fix documentation calls

* Fix migrator handling

* Add README documentation and CHANGELOG for 0.10.0 release
@AndriiSherman AndriiSherman merged commit a3aa0a3 into main Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant