local-data-api

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

MIT License

Stars
112
Committers
10
local-data-api - 0.5.1

Published by koxudaxi about 4 years ago

  • Support empty transactionId [#76]
local-data-api - 0.5.0

Published by koxudaxi over 4 years ago

  • Fix JDBC fatal error [#69]
    *Change Docker base image from alpine to Debian.
local-data-api - 0.4.15

Published by koxudaxi over 4 years ago

  • Fix incorrect auto-commit when runs execute-statement without transactionId[#71]
local-data-api - 0.4.14

Published by koxudaxi over 4 years ago

  • Fix pytest version [#68]
  • Fix invalid autocommit control [#67]
local-data-api - 0.4.13

Published by koxudaxi over 4 years ago

  • Refactor: Move Field generation responsability to Resource [#66] by @sdurban

Thanks to @sdurban

local-data-api - 0.4.12

Published by koxudaxi over 4 years ago

  • Support PgArray columns [#63] by @sdurban

Thanks to @sdurban

local-data-api - 0.4.11

Published by koxudaxi over 4 years ago

  • Fix an error of edge case with MySQL JDBC [#61]
local-data-api - 0.4.10

Published by koxudaxi over 4 years ago

  • Completed support for PostgresSQL without JDBC [#59] by @Apoalex92
    Thanks to @Apoalex92
local-data-api - 0.4.9

Published by koxudaxi over 4 years ago

  • Support bigint [#53] by @sdurban

Thanks to @sdurban

local-data-api - 0.4.8

Published by koxudaxi over 4 years ago

  • Fix broken query generator for None param [#52]
  • Fix settings.py for pymysql [#51]
local-data-api - 0.4.7

Published by koxudaxi over 4 years ago

  • fix typehint [#48]
local-data-api - 0.4.6

Published by koxudaxi over 4 years ago

  • Support typeHint [#47]
local-data-api - 0.4.5

Published by koxudaxi over 4 years ago

  • Fix begin-transaction bug [#46]
local-data-api - 0.4.4

Published by koxudaxi over 4 years ago

Fix the target database for Postgres [#45]

local-data-api - 0.4.3

Published by koxudaxi almost 5 years ago

  • Support pgobject (JSONB) [#42] by @macat
  • Update dependencies [#40]
    Thanks to @macat
local-data-api - 0.4.2

Published by koxudaxi almost 5 years ago

  • Fix invalid transaction Id error [#43]
local-data-api - 0.4.1

Published by koxudaxi almost 5 years ago

Support UUID field [#37] by @macat
Thanks to @macat

local-data-api - 0.4.0

Published by koxudaxi about 5 years ago

  • Support PostgreSQL
local-data-api - 0.3.7

Published by koxudaxi about 5 years ago

  • Fix auto-commit on JDBC [#33]
  • Fix typo in README
local-data-api - 0.3.6

Published by koxudaxi about 5 years ago

  • Fix includeResultMetadata which was broken
  • Update JDBC MySQL Client to 2.5.0 on Dockerfile