local-data-api icon indicating copy to clipboard operation
local-data-api copied to clipboard

Data API for local, you can write unittest for AWS Aurora Serverless's Data API

Results 23 local-data-api issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.1.7 to 8.3.9. Release notes Sourced from mkdocs-material's releases. mkdocs-material-8.3.9 Updated Taiwanese translations for search Allow ids for content tabs with special characters (for mkdocstrings) Fixed #4083:...

dependencies

**Describe the bug** We had a query like: `SELECT * FROM tableName WHERE columnName = ANY(:param)` and `:param` is a string like `'{Value1,Value2}'` This was working fine when using local-data-api...

**Describe the bug** Hoping someone can help. I am trying to use the local-data-api image as is. Then, calling it as in the sample with `aws client`. I keep getting...

Hi, I have just spent over the day fixing an issue where the local-data-api is being called from another docker container rather than localhost (in this case, I was using...

# Description I would love to use this image withing my AWS CodePipeline to run e2e tests in my CI/CD environment. ## Problem When I try to fetch the image...

**Describe the bug** Local data api is always using transactions and you cannot run queries which you need to run without transactions. At least this is a big issue with...

Actual behavior: It's sufficiently handling requests with `sql` string longer than 65536 characters Expected behavior: BadRequestException, 400 status code, message "Number of characters in SQLStatement is longer than 65536"

enhancement

First, a big thank you for this fantastic project and all the work that has clearly been put into it. It is very much appreciated. **Describe the bug** Running certain...

I know there's some other discussion regarding Postgres arrays but this seemed to warrant a separate ticket. Currently if I retrieve a column from Postgres of type `_text` (text array),...

released

**Describe the bug** I got the below error when docker-compose up. ```# docker-compose -f docker-compose-postgres.yml up Recreating local-data-api_local-data-api_1 ... done Recreating local-data-api_db_1 ... done Attaching to local-data-api_local-data-api_1, local-data-api_db_1 local-data-api_1 |...

bug
released