jamdb_oracle
jamdb_oracle copied to clipboard
Oracle Database driver for Erlang
Hi there, I think the fix done here: https://github.com/erlangbureau/jamdb_oracle/issues/153#issuecomment-1763362647 wasn't quite right or complete. When I have a value like "2024-02-07 13:00:00 +01:00" in the database, in a column of...
In the above mentioned combination if I use jamdb_oracle 0.5.4 version the queries are bringing results without any error. Only with 0.5.7 version the queries are failing with different errors....
Hi there! If the connection to the Oracle server is lost during the runtime of an application (Ecto/Phoenix), resp the server is down for a short time, the Ecto adapter...
We are using 0.5.0 of the library, via Ecto. We have an application that makes a query at the beginning of an HTTP request. For whatever reason, making a number...
Hi, I am asking for your help because I got the error `ORA-01000: maximum open cursors exceeded` after calling [`jamdb_oracle:sql_query/2`](https://github.com/erlangbureau/jamdb_oracle/blob/d9267de3b609b33376470e3c048c9e36daa71076/src/jamdb_oracle.erl#L31) many times. I found there's a same issue that has...
I've been finding that queries to Oracle 11g wind up very slow when using `query` or `query!` with parameters defined via positional bindings like `:1`. Today I found this: https://stackoverflow.com/questions/37784388/slow-with-bind-parameters-even-slower-with-jdbctemplate#comment121142811_38078671...
jamedb_oracle Master branch v 0.5.10 From the changelog for Ecto V3.12.0 (2024-08-12): "distinct, group_by, order_by and window expressions use the new Ecto.Query.ByExpr struct rather than the old Ecto.Query.QueryExpr struct" [Ecto.Query]...