Michał Miszczyszyn

Results 105 issues of Michał Miszczyszyn

- [ ] Osoby zalogowane mogą edytować własne pytania

## Feature ```gherkin Feature: Search engine Given I'm a User When I open the app Then I want to be able to search for questions by their content ``` ##...

help wanted

- [ ] how to fully test it?

Refactor DB connection is the connection is created and maintained by this library instead of requiring an external connection to be passed to `execute`. - [ ] automatically create a...

PostgreSQL has special array-type columns: https://www.postgresql.org/docs/12/arrays.html Follow the comments in this thread to support BigInt for arrays too: vitaly-t/pg-promise#657