issues
search
oyvindberg
/
typo
Typed Postgresql integration for Scala. Hopes to avoid typos
https://oyvindberg.github.io/typo/
MIT License
101
stars
11
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Generate update set on conflict for upserts
#145
kaaveland
closed
3 days ago
0
Generated upsert with `do nothing` returns no rows and throws exception
#144
kaaveland
closed
3 days ago
2
TestInsert: Don't wrap inherited ID types
#143
oyvindberg
closed
1 week ago
0
Incorrect code generated from 1-to-1 relation between tables
#142
steinhbohler
closed
1 week ago
0
Support doobie 1.0.0-RC6
#141
kolemannix
opened
1 month ago
5
Add `insertBatch`?
#140
kolemannix
opened
1 month ago
1
anorm: update returns maybe row
#139
oyvindberg
opened
2 months ago
2
remove `upsert` and friends for tables with default columns
#138
oyvindberg
opened
2 months ago
0
add `concreteRepo` to avoid `trait` + `class`
#137
oyvindberg
opened
2 months ago
0
Design question: support CUD-operations with/without `RETURNING`
#136
kolemannix
opened
2 months ago
2
Invalid query generated by select DSL
#135
kolemannix
closed
2 months ago
2
Support `GENERATED ALWAYS` (part 2)
#134
oyvindberg
closed
2 months ago
0
open enums
#133
oyvindberg
closed
2 months ago
0
DSL: Add spaces after column names (fixes #129)
#132
oyvindberg
closed
2 months ago
0
Escape table names in generated sql
#131
oyvindberg
closed
2 months ago
0
don't write to `GENERATED ALWAYS` columns
#130
oyvindberg
closed
2 months ago
0
Invalid query generated by select dsl
#129
kolemannix
closed
2 months ago
0
Doobie `analysis` rejects `TypoInstant` -> `timestamptz` mapping
#128
kolemannix
closed
1 month ago
4
Port typo module to 2.12 (Towards #52)
#127
oyvindberg
closed
3 months ago
0
Support single-schema mode (Experimental, fixes #123)
#126
oyvindberg
closed
3 months ago
0
Request: Allow for generating string enums for `text` columns
#124
kolemannix
opened
3 months ago
2
Same enum in multiple schemas does not get created N times
#123
kolemannix
closed
3 months ago
7
downgrade to scala 3.3 (fixes #87)
#122
oyvindberg
closed
3 months ago
0
Allow customizing name of primary key type based on rows
#121
oyvindberg
closed
3 months ago
0
Simple `generateFromDb` overload dropped test scope. (breaking, fixes #118)
#120
oyvindberg
closed
3 months ago
0
Parallelize database handling (breaking, fixes #49)
#119
oyvindberg
closed
3 months ago
0
Test code not generated?
#118
kubukoz
closed
3 months ago
4
Add `upsertStreaming` and `upsertBatch` (fix #115)
#117
oyvindberg
closed
3 months ago
0
Class comment adjustment
#116
skytteren
closed
2 months ago
2
Feature request: batch upsert
#115
kubukoz
closed
3 months ago
6
Improve DSL
#114
oyvindberg
closed
4 months ago
0
Test insert fixes for modules
#113
oyvindberg
closed
4 months ago
0
testInsert: specific support for domains
#112
oyvindberg
closed
4 months ago
0
Elaborate composite ids
#111
oyvindberg
closed
4 months ago
0
Handle unknown types in (arrays of) domains
#110
oyvindberg
closed
5 months ago
0
Support for generating test code to test scope through `testTargetFol…
#109
oyvindberg
closed
5 months ago
0
Remove unnecessary imports
#108
oyvindberg
closed
5 months ago
0
Support multiple `pointsTo` for a column
#107
oyvindberg
closed
5 months ago
0
Fix wrongly generated SQL when mixing joins and left joins
#106
oyvindberg
closed
5 months ago
0
Fix array of domains
#105
oyvindberg
closed
5 months ago
0
Consistency
#104
oyvindberg
closed
5 months ago
0
Fix usage of array types in DSL
#103
oyvindberg
closed
5 months ago
0
Add `Fields#compositeIdIn` and `Fields#compositeIdIs`
#102
oyvindberg
closed
5 months ago
0
Simplified DSL
#101
oyvindberg
closed
5 months ago
0
Add `seek`
#100
oyvindberg
closed
5 months ago
0
Generic pagination based on `seek`
#99
oyvindberg
closed
5 months ago
1
Docusaurus 3
#98
oyvindberg
closed
6 months ago
0
Add `selectByIdsTracked` (fix #45 )
#97
oyvindberg
closed
6 months ago
0
reshuffle repo methods. rename `delete` => `deleteById`
#96
oyvindberg
closed
6 months ago
0
Add convenience `apply` method for row types with composite types:
#95
oyvindberg
closed
6 months ago
0
Next