Pedro Pereira Santos

Results 6 issues of Pedro Pereira Santos

Bricks misbehaves with UTF8 data. Something like: response.write("Configurações"); Will be displayed improperly. I had to use the actual response and instead of: response.write(text); response.end(); I had to: var actualResponse =...

Hello, I tried to change the migrations table to one using a postgres schema: ``` clojure {:datastore (jdbc/sql-database (System/getenv "CONN") {:migrations-table "directory.ragtime_migrations"}) :migrations (jdbc/load-directory "migrations")}) ``` And I get: ```...

Hello, I think this is a feature request, because I did not find how to do it. I'd want to have a query delivered as a stream (for example, returning...

I can't replicate this and don't understand it yet. Sometimes I have the `java.lang.IllegalStateException - Channel is closed` exception when getting results. For example: ``` clojure (let [sql (str "select...

Is there a way to specify timeouts?

Hello, Nice work. Have you considered a `core.async` interface for async connections to psql?