An open API service for providing issue and pull request metadata for open source projects.

GitHub / com-lihaoyi/scalasql issues and pull requests

#83 - SimpleTable with separate classes for Columns and Record (of Expr)

Pull Request - State: closed - Opened by bishabosha 2 months ago - 2 comments

#82 - SimpleTable with Record, w/o marker class

Pull Request - State: closed - Opened by bishabosha 3 months ago - 1 comment

#81 - Add SimpleTable construct based on Named Tuples

Pull Request - State: closed - Opened by bishabosha 3 months ago - 8 comments

#79 - Fix for escaped update with where clause

Pull Request - State: closed - Opened by NPCRUS 4 months ago

#78 - Update readme.md

Pull Request - State: closed - Opened by lihaoyi 4 months ago

#77 - Adding `filterIf` and `filterOpt` utility methods to Select

Pull Request - State: closed - Opened by NPCRUS 4 months ago - 5 comments

#76 - db.value contains

Issue - State: open - Opened by sneshvadvdl 5 months ago - 3 comments

#75 - Remove log4j dependency

Pull Request - State: closed - Opened by lolgab 5 months ago

#74 - Why depend on log4j?

Issue - State: closed - Opened by lolgab 5 months ago - 1 comment

#73 - Escape table names

Pull Request - State: closed - Opened by NPCRUS 5 months ago - 6 comments

#72 - Support ON CONFLICT DO UPDATE ... EXCLUDED

Issue - State: open - Opened by tschuchortdev 5 months ago - 1 comment

#71 - Add TransactionListener interface

Pull Request - State: closed - Opened by aboisvert 5 months ago - 12 comments

#70 - JoinNullable deserialisation fix

Pull Request - State: closed - Opened by NPCRUS 5 months ago - 3 comments

#68 - Insert.select on conflict

Pull Request - State: closed - Opened by NPCRUS 6 months ago - 1 comment

#66 - bump scala3 version and revert scala3 work around

Pull Request - State: closed - Opened by jtjeferreira 6 months ago - 2 comments

#65 - on leftJoin TypeMapper for T is being applied on Option[T]

Issue - State: open - Opened by NPCRUS 6 months ago - 1 comment

#63 - Values clause does not support empty sequence

Issue - State: closed - Opened by NPCRUS 7 months ago - 7 comments

#62 - InsertSelect onConflict doesn't compile

Issue - State: closed - Opened by NPCRUS 7 months ago

#61 - Add OnConflict to InsertValues

Pull Request - State: closed - Opened by NPCRUS 7 months ago - 3 comments

#60 - Add support for Microsoft SQL (take2)

Pull Request - State: open - Opened by jtjeferreira 7 months ago - 12 comments

#59 - OutOfMemoryError in renderSql with Scala 3.4.0

Issue - State: closed - Opened by SoScala 7 months ago - 1 comment

#57 - Support schema name

Pull Request - State: closed - Opened by NPCRUS 7 months ago - 9 comments

#56 - Allow multiple keys in GroupBy

Pull Request - State: closed - Opened by michalliss 7 months ago - 2 comments

#54 - `Table.schemaName` is only supported by `select` query

Issue - State: closed - Opened by NPCRUS 7 months ago

#53 - Semi/automatic escaping for reserved words as tables or columns

Issue - State: closed - Opened by NPCRUS 7 months ago - 7 comments

#52 - `GROUP BY` with more then one field is not supported

Issue - State: closed - Opened by NPCRUS 7 months ago - 1 comment

#51 - `dbClient.transaction` restriction

Issue - State: closed - Opened by NPCRUS 7 months ago - 5 comments

#50 - `ON CONFLICT (column) IGNORE` for batch insert(Postgres)

Issue - State: closed - Opened by NPCRUS 7 months ago - 1 comment

#48 - Version on home page is not in maven

Issue - State: closed - Opened by jake-miles 7 months ago - 2 comments

#47 - fix: remove uneeded `Numeric` constraint

Pull Request - State: closed - Opened by scarf005 8 months ago - 1 comment

#46 - AggOps.maxBy expects Numeric[T] for no reason

Issue - State: closed - Opened by scalway 8 months ago - 1 comment

#45 - Add SELECT FOR UPDATE variants for Postgres and MySql

Pull Request - State: closed - Opened by aboisvert 8 months ago - 2 comments

#44 - Call cancel() on statement?

Issue - State: closed - Opened by aherlihy 9 months ago - 2 comments

#43 - Update and rename build.sc to build.mill

Pull Request - State: closed - Opened by lihaoyi 9 months ago

#42 - Fix option null values failing to put

Pull Request - State: closed - Opened by jlvertol 9 months ago - 3 comments

#41 - empty Option[UUID] datatypes fail to write on Postgres and Hikari

Issue - State: closed - Opened by jlvertol 9 months ago - 1 comment

#40 - Support for Array fields like uuid[] on Postgres

Issue - State: open - Opened by jlvertol 10 months ago - 4 comments

#39 - Support NULL-value passthrough for all TypeMappers

Pull Request - State: closed - Opened by aboisvert 10 months ago

#38 - Instant type mapper now allows NULL values

Pull Request - State: closed - Opened by aboisvert 10 months ago - 4 comments

#37 - Fix a typo in isNormalCharacter

Pull Request - State: closed - Opened by belamenso 10 months ago

#36 - Where are dialects?

Issue - State: closed - Opened by dicklieber 10 months ago - 1 comment

#34 - Issue#4 Adding `.singleOption`

Pull Request - State: open - Opened by samikrc 11 months ago - 6 comments

#33 - Add support for .single returing an Option[R]

Issue - State: open - Opened by samikrc 11 months ago - 1 comment

#32 - Update TypeMapper.scala added support for Float data type

Pull Request - State: closed - Opened by rmorales-iaa 11 months ago - 13 comments

#31 - Add support for 'Float' when definig table.

Issue - State: closed - Opened by rmorales-iaa 11 months ago - 2 comments

#30 - Create .mill-version

Pull Request - State: closed - Opened by lihaoyi 11 months ago

#29 - Add support for Microsoft SQL

Pull Request - State: open - Opened by kiendang 11 months ago - 22 comments

#24 - Adding support for java.util.Date

Pull Request - State: closed - Opened by marcvk 11 months ago - 5 comments

#23 - Schema support

Pull Request - State: closed - Opened by jlvertol 12 months ago

#21 - Compilation fails with Scala 3 -Xcheck-macros

Issue - State: open - Opened by aboisvert 12 months ago

#19 - [#18] Properly pass ON CONFLICT column names through 'columnNameMapper'

Pull Request - State: closed - Opened by aboisvert about 1 year ago - 2 comments

#18 - onConflictUpdate() does not apply database-level column naming convention

Issue - State: closed - Opened by aboisvert about 1 year ago - 6 comments

#17 - Add support for Microsoft SQL server (1000USD Bounty)

Issue - State: open - Opened by lihaoyi about 1 year ago - 6 comments

#16 - Scala reflect error

Issue - State: closed - Opened by ruelshakya15 about 1 year ago - 2 comments

#14 - How to select database schema?

Issue - State: closed - Opened by dangdennis about 1 year ago - 6 comments

#12 - Nested/Embedded datastructures possible?

Issue - State: closed - Opened by alwins0n about 1 year ago - 1 comment

#11 - Scala 3 support

Pull Request - State: closed - Opened by mrdziuban about 1 year ago - 7 comments

#10 - Enhanced Developer Documentation. Docker Setup and Readability Improvements

Pull Request - State: closed - Opened by haskiindahouse over 1 year ago - 1 comment

#9 - Implement `.getGeneratedKeys[R]`

Pull Request - State: closed - Opened by lihaoyi over 1 year ago

#8 - Using the H2Dialect, how does one retrieve auto-generated keys?

Issue - State: closed - Opened by lihaoyi over 1 year ago - 2 comments

#6 - Invalid published scalasql-core POM file (Error resolving scalasql_2.13 0.1.0)

Issue - State: closed - Opened by aboisvert over 1 year ago - 2 comments

#5 - Huge memory increase in `renderSql` with scala 2.13.13 (OOM)

Issue - State: closed - Opened by alexdupre over 1 year ago - 3 comments

#4 - flatMap is unsafe

Issue - State: closed - Opened by Katrix over 1 year ago - 1 comment

#3 - [WIP] Scala 3

Pull Request - State: closed - Opened by KuceraMartin over 1 year ago - 3 comments

#2 - Scala 3 Support (1000USD Bounty)

Issue - State: closed - Opened by lihaoyi over 1 year ago - 11 comments