Skip to content

Issues: Kamirus/purescript-selda

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

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Mysql Support backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results
#66 opened Nov 30, 2021 by mohaalak
good first issues/bugs
#54 opened Feb 12, 2021 by jim108dev
Delete returning backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results
#48 opened Feb 8, 2021 by jim108dev
Better type inference for insert backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results error message Refers to compilation errors (unclear, misleading, ...)
#47 opened Feb 7, 2021 by Kamirus
SELECT values without FROM clause good first issue Good for newcomers query-level Change related to query DSL. Includes changes to `Query` datatype and its internals.
#46 opened Feb 7, 2021 by Kamirus
Easier logging of the update, insert ... convenience Nice to have utility derived from existing functionality good first issue Good for newcomers
#45 opened Feb 6, 2021 by jim108dev
Update returning similar to insert returning backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results
#44 opened Feb 6, 2021 by jim108dev
Question about data intermediate representations add to guide Use case worth including in the guide
#40 opened Feb 4, 2021 by jim108dev
Allow newtype-wrapped columns add to guide Use case worth including in the guide
#38 opened Aug 13, 2020 by eviefp
Problematic writing generic queries with open rows add to guide Use case worth including in the guide backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results error message Refers to compilation errors (unclear, misleading, ...) query-level Change related to query DSL. Includes changes to `Query` datatype and its internals.
#36 opened May 29, 2020 by Kamirus
Simplify PG query constraints backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results error message Refers to compilation errors (unclear, misleading, ...) pg Related with the PG backend
#35 opened May 25, 2020 by Kamirus
Handle more SQL types expression-level Change related to database expressions `Col s a` good first issue Good for newcomers
#32 opened Jan 30, 2020 by paluh
Columns named after SQL keywords causes problems bug Something isn't working query-level Change related to query DSL. Includes changes to `Query` datatype and its internals.
#31 opened Jan 17, 2020 by Kamirus
Customizable test execution question Further information is requested
#29 opened Dec 17, 2019 by Kamirus
Make Lit depend on the backend expression-level Change related to database expressions `Col s a` pg Related with the PG backend sqlite3 Related with the SQLite3 backend
#28 opened Dec 17, 2019 by Kamirus
Different Expr type for different backends - Count & Max return type expression-level Change related to database expressions `Col s a` pg Related with the PG backend sqlite3 Related with the SQLite3 backend
#27 opened Dec 17, 2019 by Kamirus
SQLite3 statement functions with plain Aff monad backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results good first issue Good for newcomers sqlite3 Related with the SQLite3 backend
#26 opened Dec 17, 2019 by Kamirus
Provide general insert function and rename PG specific insert to insertReturning. backend-integration Interop code between DSL and some db backend, e.g. generate SQL, execute, [de]serialize results pg Related with the PG backend
#22 opened Nov 8, 2019 by paluh
ProTip! Exclude everything labeled bug with -label:bug.