GitHub / kowainik/mysql-not-so-simple issues and pull requests
#85 - Show full SQL query in errors
Issue -
State: closed - Opened by chshersh over 6 years ago
- 1 comment
Labels: enhancement
#84 - Support GHC 8.6.3
Pull Request -
State: closed - Opened by chshersh over 6 years ago
Labels: enhancement
#83 - Reexport withTransaction
Pull Request -
State: closed - Opened by chshersh over 6 years ago
- 2 comments
Labels: interface
#82 - [#81] Add useful instances
Pull Request -
State: closed - Opened by chshersh over 6 years ago
- 1 comment
Labels: enhancement, instances
#81 - Add instance `FromField MySQLValue`
Issue -
State: closed - Opened by chshersh over 6 years ago
Labels: enhancement, instances
#80 - Add show instance for `LastId`
Issue -
State: closed - Opened by chshersh over 6 years ago
Labels: enhancement, good first issue
#79 - Bump up relude version to 0.4.0
Pull Request -
State: closed - Opened by vrom911 over 6 years ago
#78 - Add MySqlSomeError for some errors
Pull Request -
State: closed - Opened by vrom911 over 6 years ago
Labels: enhancement
#77 - Implement `executeManyNamed`
Issue -
State: open - Opened by chshersh almost 7 years ago
- 1 comment
Labels: interface
#76 - [#75] Add Bool instances
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#75 - Bool instance
Issue -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#74 - [#42] Add LastId
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#73 - [#72] Add Word instances
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#72 - Word32 Field instances
Issue -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#71 - Fix caching in Circle CI
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement
#70 - [#69] Add Field instances for Int
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#69 - Add instance for `Int`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, instances
#68 - [#67] Test unicode for Text
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: test
#67 - Investigate problems with `TEXT` not working with unicode
Issue -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: bug, test
#66 - [#40] Add Field instances for BS, LBS, LText
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#65 - [#58] Rewrite tests
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: test, refactoring
#64 - [#63] Refactor Show Error instance
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: refactoring
#63 - Refactor `Show` instance for `MySqlError`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, refactoring
#62 - [#57] Add operator for NamedParams
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#61 - [#56] Refactor extractNames to return Either
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#60 - [#55] Implement extractNames
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement
#59 - [#53] [#54] Add queryNamed and executeNamed funs
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#58 - Refactor tests to use `queryNamed` and `executeNamed`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: test, refactoring
#57 - Add `:=` operator to create `NamedParam`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#56 - Refactor `extractNames` to return `Either MySqlError ...`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface, refactoring
#55 - Finish implementation of `extractNames`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement
#54 - Implement `executeNamed`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#53 - Implement `queryNamed`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface
#52 - [#49] Named params sketch
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#51 - [#50] Add executeFiles function
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: bug, enhancement
#50 - Add function that reads multiple files (as it is one Query)
Issue -
State: closed - Opened by vrom911 almost 7 years ago
- 1 comment
Labels: bug, enhancement
#49 - Add support for named parameters
Issue -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: enhancement, interface
#48 - [#43] Add more reexports from mysql-haskell
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#47 - [#41] Add function to execute commands from the file
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: test, interface, refactoring
#46 - [#36] Add property tests for Rows
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: test
#45 - Subra/circleci
Pull Request -
State: closed - Opened by arbus almost 7 years ago
Labels: test
#44 - Improve parsing error messages even more
Issue -
State: open - Opened by chshersh almost 7 years ago
Labels: enhancement, refactoring
#43 - Consider reexporting more from `mysql-haskell` library?
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface
#42 - Add function that executes query and returns LAST_INSERTED_ID()
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface
#41 - Add function to execute multiple commands from the file
Issue -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: interface
#40 - Add `ToField/FromField` instances for ByteString, LByteString and LText
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: instances
#39 - [#32] Output column position in error
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: refactoring
#38 - [#19] Add MySQL tests
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
- 3 comments
Labels: test, interface
#37 - [#31] Pretty Show instance for MySqlError
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#36 - Add property-based tests for `FromRow/ToRow`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: test
#35 - [#15] Fix reversed list problem in fromRows
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: bug
#34 - [#33] Add property-based tests for Field
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: test
#33 - Write property-based tests for ToField/FromField
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: test
#32 - Patch `field` function to show column name and position
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, refactoring
#31 - Write function that shows error messages in prettier way
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement
#30 - [#9] Refactor Field typeclass to Either
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: refactoring
#29 - [#14] Add ability to derive FromRow/ToRow via Generic
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: instances
#28 - [#13] Add QQ
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#27 - [#12] Introduce better interface for FromRow
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface, refactoring, instances
#26 - [#5] Split Row into ToRow FromRow
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
- 1 comment
Labels: enhancement, instances
#25 - [#10] Introduce Lots for list fields
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: refactoring, instances
#24 - [#11] Add Field instance for Maybe
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#23 - [#6] Implement tuple instances generator
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: instances
#22 - [#8] Add To/FromField UTCTime instances
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: instances
#21 - [#7] Split Field into ToField and FromField
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: refactoring
#20 - Configure Circle CI for tests after some tests are implemented
Issue -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: test
#19 - Write simple unit test for our DB schema
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: test
#18 - Add basic scheme
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
- 1 comment
Labels: test
#17 - [#3] Add query functions
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface
#16 - [#2] Add MySqlError
Pull Request -
State: closed - Opened by vrom911 almost 7 years ago
Labels: enhancement
#15 - Use some reverse?
Issue -
State: closed - Opened by chshersh almost 7 years ago
- 1 comment
Labels: bug, refactoring
#14 - Add way to derive instances generically
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface, instances
#13 - Add Quasi Quoter for `Query`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement
#12 - Introduce better interface for writing `FromRow/ToRow` instances
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: question, interface, refactoring, instances
#11 - Add instance for `Maybe` data type
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: instances
#10 - Introduce `Multi` newtype and replace `instance Field a => Field [a]` with it
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface, refactoring
#9 - Refactor `Maybe` to `Either` in instances
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, refactoring
#8 - Add `Field` instance for `UTCTime`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: instances
#7 - Split `Field` into `ToField/FromField`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface, refactoring
#6 - Write pure function that generated body of `Row` instances for the tuples
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, instances
#5 - Split `Row` into `ToRow/FromRow`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface, refactoring
#4 - Add SQL schema for some simple table with different types
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: test
#3 - Add functions like `query` and `execute`
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement, interface
#2 - Introduce `MySqlError` and throw it in `fromRows` function
Issue -
State: closed - Opened by chshersh almost 7 years ago
Labels: interface, refactoring
#1 - Introduce initial repo
Pull Request -
State: closed - Opened by chshersh almost 7 years ago
Labels: enhancement