Skip to content

Commit

Permalink
This is PR apache#337
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev committed Apr 24, 2020
2 parents 045a81a + 6d4795c commit dc88331
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artemis-jdbc-store/src/main/resources/journal-sql.properties
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@ table-names-case.db2=upper
# MSSQL SQL statements
create-file-table.mssql=CREATE TABLE %s (ID BIGINT NOT NULL IDENTITY, FILENAME VARCHAR(255), EXTENSION VARCHAR(10), DATA VARBINARY(max), PRIMARY KEY(ID))
create-journal-table.mssql=CREATE TABLE %s(id BIGINT,recordType SMALLINT,compactCount SMALLINT,txId BIGINT,userRecordType SMALLINT,variableSize INTEGER,record VARBINARY(max),txDataSize INTEGER,txData VARBINARY(max),txCheckNoRecords INTEGER,seq BIGINT NOT NULL, PRIMARY KEY(seq))
create-node-manager-store-table.mssql=CREATE TABLE %s (ID INT NOT NULL, HOLDER_ID VARCHAR(128), HOLDER_EXPIRATION_TIME DATETIME, NODE_ID CHAR(36),STATE CHAR(1), PRIMARY KEY(ID))
current-timestamp.mssql=SELECT CURRENT_TIMESTAMP
max-blob-size.mssql=2147483647

0 comments on commit dc88331

Please sign in to comment.