Amazon Aurora for MySQL 5.7 Adapter Limitations

Supported Types

The types supported in this adapter are the following.

Type nameSupportRemarks
BOOL
(BOOLEAN)
YesAlias of tinyint(1)
BITLimited 
TINYINTYes 
TINYINT UNSIGNEDLimited 
MEDIUMINTYes 
MEDIUMINT UNSIGNEDLimited 
SMALLINTYes 
SMALLINT UNSIGNEDLimited 
INT
(INTEGER)
Yes 
INT UNSIGNED
(INTEGER UNSIGNED)
Limited 
BIGINTYes 
BIGINT UNSIGNEDLimited 
FLOATLimited 
FLOAT UNSIGNEDLimited 
DOUBLELimited 
DOUBLE UNSIGNEDLimited 
REALLimited 
REAL UNSIGNEDLimited 
DECIMAL
(NUMERIC)
Yes 
DECIMAL UNSIGNED
(NUMERIC UNSIGNED)
Limited 
DATELimited 
DATETIMELimited 
TIMESTAMPLimited 
TIMELimited 
YEARLimited 
CHARLimited 
VARCHARLimited 
BINARYYes 
VARBINARYYes 
TINYBLOBYes 
TINYTEXTLimited 
BLOBYes 
TEXTLimited 
MEDIUMBLOBYes 
MEDIUMTEXTLimited 
LONGBLOBYes 
LONGTEXTLimited 
ENUMLimited 
SETLimited 
JSONNo 

Read Table

Specification limits

Execute Select SQL

Specification limits

Write Table

Specification limits

Execute Update SQL

Specification limits

Execute Stored Procedure

Specification limits

Major Exceptions

Exception name Cause Solution
java.sql.SQLNonTransientConnectionException Unable to connect to the database. Check [Cluster Endpoint] or [Port number] of the global resource.
java.sql.SQLException Communications link failure with primary. No active connection found for master.
Caused by: java.sql.SQLException: Access denied for user '<user name>'@'%' to database '<database name>'
The database is not found. Specify an existing database in [Database name] of global resource.
java.sql.SQLException Communications link failure with primary. No active connection found for master.
java.sql.SQLException: Access denied for user '<user name>'@'<IP address>' (using password: YES)
The user name, the password or the SSL connection is incorrect. Check [User name], [Password] or [SSL connection] of the global resource.
java.sql.SQLSyntaxErrorException Table '<table name>' doesn't exist The table does not exist. Specify an existing table in [Table name].