Skip to content

Issues: zio/zio-sql

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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Add Scaladoc for various data types and type classes
#11 opened May 19, 2020 by jdegoes updated May 19, 2020
27 tasks
Fix syntax for in with literal set
#52 opened Aug 8, 2020 by robmwalsh updated Aug 8, 2020
Capture all decoding errors
#65 opened Sep 8, 2020 by jdegoes updated Sep 8, 2020
need to be able to delete from joined tables
#43 opened Jun 13, 2020 by robmwalsh updated Sep 8, 2020
Implement partial success
#62 opened Sep 8, 2020 by jdegoes updated Sep 8, 2020
support common table expressions (CTEs) for Selects
#76 opened Sep 8, 2020 by phderome updated Sep 8, 2020
support VALUES as a table we can join on
#77 opened Sep 8, 2020 by phderome updated Sep 8, 2020
Add dialect-specific extension point to Expr
#7 opened May 19, 2020 by jdegoes updated Feb 20, 2022
Create UPDATE query examples good first issue Good for newcomers
#16 opened May 19, 2020 by jdegoes updated Feb 20, 2022
in should support sub queries that return a single column
#36 opened May 30, 2020 by robmwalsh updated Feb 20, 2022
Add full-stack test for Oracle good first issue Good for newcomers
#70 opened Sep 8, 2020 by jdegoes updated Feb 20, 2022
Render unique names for database tables PostgreSQL
#143 opened Nov 11, 2020 by jczuchnowski updated Feb 20, 2022
Render unique names for database tables SQL Server
#144 opened Nov 11, 2020 by jczuchnowski updated Feb 20, 2022
Add 'to_ascii' function to PostgesModule PostgreSQL
#201 opened Nov 15, 2020 by jczuchnowski updated Feb 20, 2022
Support support context bounds on FunctionDefs
#258 opened Nov 21, 2020 by robmwalsh updated Feb 20, 2022
Add support for var-arg db functions
#439 opened Apr 26, 2021 by jczuchnowski updated Feb 20, 2022
Support 'RETURNING' clause
#596 opened Feb 20, 2022 by jczuchnowski updated Feb 20, 2022
3 tasks
Add 'date_trunc" function to PostgresModule good first issue Good for newcomers PostgreSQL
#207 opened Nov 15, 2020 by jczuchnowski updated Feb 20, 2022
Add 'extract' function to PostgresModule PostgreSQL
#208 opened Nov 15, 2020 by jczuchnowski updated Feb 23, 2022
Rendering of the 'Position' function is wrong bug Something isn't working
#601 opened Feb 23, 2022 by jczuchnowski updated Feb 23, 2022
support custom renderings for functions with odd syntax
#308 opened Nov 21, 2020 by robmwalsh updated Feb 23, 2022
add round trip testing for all column types (postgres module)
#320 opened Nov 23, 2020 by robmwalsh updated Feb 23, 2022
ProTip! Exclude everything labeled bug with -label:bug.