File tree Expand file tree Collapse file tree
java/de/bytefish/jsqlserverbulkinsert/test/issues Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <orderEntry type =" inheritedJdk" />
1313 <orderEntry type =" sourceFolder" forTests =" false" />
1414 <orderEntry type =" library" name =" Maven: com.microsoft.sqlserver:mssql-jdbc:8.2.2.jre8" level =" project" />
15- <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.12 " level =" project" />
15+ <orderEntry type =" library" scope =" TEST" name =" Maven: junit:junit:4.13.1 " level =" project" />
1616 <orderEntry type =" library" scope =" TEST" name =" Maven: org.hamcrest:hamcrest-core:1.3" level =" project" />
1717 </component >
1818</module >
Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ private boolean createTable() throws SQLException {
6464
6565 String sqlStatement = "CREATE TABLE [dbo].[UnitTest]\n " +
6666 " (\n " +
67- " FirstName NVARCHAR(255) ,\n " +
67+ " BirthDate DATE ,\n " +
6868 " LastName NVARCHAR(255),\n " +
69- " BirthDate DATE \n " +
69+ " FirstName NVARCHAR(255) \n " +
7070 " );" ;
7171
7272 Statement statement = connection .createStatement ();
Original file line number Diff line number Diff line change 1- db.url =jdbc:sqlserver://localhost; instanceName=MSSQLSERVER2017 ;databaseName=TestDatabase;
1+ db.url =jdbc:sqlserver://localhost; instanceName=SQLEXPRESS ;databaseName=TestDatabase;
22db.user =philipp
33db.password =test_pwd
You can’t perform that action at this time.
0 commit comments