Fully database-agnostic code #283

Open
opened 2022-11-02 08:13:51 +01:00 by Jef Roosens · 0 comments

I noticed this in the V 0.3.2 changelog:

orm: support parenthesized expressions like select from User where (name == 'Sam' && is_customer == true) || id == 1.

IIRC this was one of the main reasons why I resorted to using SQLite-specific code. Thanks to this, I might be able to fully switch to ORM-specific commands, making the code database-agnostic.

I noticed this in the V 0.3.2 changelog: > orm: support parenthesized expressions like select from User where (name == 'Sam' && is_customer == true) || id == 1. IIRC this was one of the main reasons why I resorted to using SQLite-specific code. Thanks to this, I might be able to fully switch to ORM-specific commands, making the code database-agnostic.
Jef Roosens added this to the 0.5.0 milestone 2022-11-02 08:13:51 +01:00
Jef Roosens added the
enhancement
label 2022-11-02 08:13:51 +01:00
Jef Roosens removed this from the 0.5.0 milestone 2022-11-02 08:13:57 +01:00
Jef Roosens added a new dependency 2022-11-02 08:15:41 +01:00
Jef Roosens added a new dependency 2022-11-02 08:21:51 +01:00
Jef Roosens added this to the 0.5.0 milestone 2022-11-02 08:23:02 +01:00
Jef Roosens added this to the (deleted) project 2022-11-02 08:27:21 +01:00
Jef Roosens removed this from the 0.5.0 milestone 2022-12-14 18:50:37 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks Depends on
#282 Update to V 0.3.2
vieter-v/vieter
Reference: vieter-v/vieter#283
There is no content yet.