Re: weird sql jdbc statements

2018-03-02 Thread Gary Tully
that 'sequence' is for migration, when the PK exists and needs to be modified. you should simplify if you are going to specify statements via configuration. On Sun, 25 Feb 2018 at 17:09 Илья Шипицин wrote: > hello, > > I'm struggling with mssql, the following lines are strange > > > https://git

weird sql jdbc statements

2018-02-25 Thread Илья Шипицин
hello, I'm struggling with mssql, the following lines are strange https://github.com/apache/activemq/blob/master/activemq-jdbc-store/src/main/java/org/apache/activemq/store/jdbc/Statements.java#L115-L116 i.e. primary key is created https://github.com/apache/activemq/blob/master/activemq-jdbc-st