issues Search Results · repo:elixir-ecto/myxql language:Elixir
Filter by
127 results
(81 ms)127 results
inelixir-ecto/myxql (press backspace or delete to remove)We ve just had to reduce our connection pool sizes because we hit the prepared statement limit.
Observations:
1. AFAICT, open connections keep their prepared statements indefinitely
2. Our connection ...
eraserhd
- 9
- Opened on Dec 23, 2024
- #200
I m attempting to get Oban s new MySQL engine running on PlanetScale and am hitting an issue that does not seem to be
specific to Oban. Our MySQL version on PlanetScale is 8.0.34-Vitess.
One of the underlying ...
beerlington
- 23
- Opened on Nov 22, 2024
- #199
I m trying to connect to a global database in AWS RDS, whose type is Aurora MySQL 3, where one write cluster is in one
region and one reader cluster is in another region. This means that every writing ...
teoortuno
- 5
- Opened on Oct 11, 2024
- #197
I can t run UPDATE or INSERT using query_many function.
Code:
MultiQueries.Repo.query_many( insert into test_table values (1000, string ) )
Error:
22:39:14.445 [error] :gen_statem #PID 0.201.0 terminating ...
igorsegallafa
- Opened on Aug 20, 2024
- #193
Changes made to docker-compose.yml:
+
+ mariadb-10.6:
+ image: docker.io/mariadb:10.6
+ ports:
+ - 10004:3306
+ environment:
+ - MYSQL_ALLOW_EMPTY_PASSWORD=1
docker-compose up ...
kianmeng
- Opened on Jul 6, 2024
- #190
Hello, I was seeing some weird (to my eye) things when using this library in relation to timestamps vs datetime. Please
bear with me as it s been awhile since I ve wandered into the murky swamps of timezones ...
gregors
- 6
- Opened on Jul 6, 2024
- #188
MySQL 8.0.16 added ER_CHECK_CONSTRAINT_VIOLATED which is signaled when a check constraint is violated.
https://dev.mysql.com/doc/mysql-errors/8.0/en/server-error-reference.html#error_er_check_constraint_violated ...
petermueller
- 1
- Opened on Jul 1, 2024
- #186
warning: :public_key.encrypt_public/3 is deprecated. Do not use
│
28 │ :public_key.encrypt_public(xor, public_key, rsa_pad: :rsa_pkcs1_oaep_padding)
│ ~
│
└─ lib/myxql/protocol/auth.ex:28:17: ...
wojtekmach
- 1
- Opened on Jun 10, 2024
- #185
Found this issue when I try to deploy an Elixir/Phoenix API using MyXQL in a mysql database already in use for others
APIs at fly. So I have some issues when deploy and I guess it because the socket_options ...
iagocavalcante
- 2
- Opened on May 18, 2024
- #182
Can t decode FLOAT/DOUBLE in TextQuery when the fractional portion of the number is 0.
SQL Setup
CREATE TABLE example (id INT, value DOUBLE);
INSERT INTO example
VALUES (1, 100.123),
(2, 100.0) ...
benkimpel
- 7
- Opened on Apr 30, 2024
- #180

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.