v1a0 / sqllex

The most pythonic ORM (for SQLite and PostgreSQL). Seriously, try it out!
https://v1a0.github.io/sqllex
GNU General Public License v3.0
91 stars 8 forks source link

WHERE argument to update #18

Closed Phizilion closed 3 years ago

Phizilion commented 3 years ago

WHERE is a required argument for update(), although the absence of WHERE should change all rows in the table, that is, the WRERE argument should not be required and its absence should change all rows in the table

2725_30 05 2021_15 06 48

P.S. at the moment such an opportunity is not necessary for me, but it may be needed by me or others in the future

v1a0 commented 3 years ago

Thanks you, @Phizilion

Fixed this issue since sqllex v0.1.9.1

pip install sqllex -U
v1a0 commented 3 years ago

I'm really thankful for your contribution to development of this project ❤️ Added you to co-authors of v0.1.9.1 update

Phizilion commented 3 years ago

I'm really thankful for your contribution to development of this project ❤️ Added you to co-authors of v0.1.9.1 update

oh thank