diff --git a/.gitignore b/.gitignore index c367d38..b043aec 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,5 @@ bin/ ### Mac OS ### .DS_Store /src/jtds-1.3.1.jar -/src/mssql-jdbc-12.6.1.jre8.jar /src/mssql-jdbc-12.6.1.jre11.jar /BD.iml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..d3787bf --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,12 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +/misc.xml +/modules.xml +/libraries/mssql_jdbc_12_6_1_jre11.xml +/vcs.xml diff --git a/README.md b/README.md index 7c12808..9710005 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ Ɓukasz Dutkiewicz -Projekt oparty na mssql-jdbc-12.6.1 \ No newline at end of file +Projekt oparty na mssql-jdbc-12.6.1 + diff --git a/src/mssql-jdbc-12.6.1.jre8.jar b/src/mssql-jdbc-12.6.1.jre8.jar new file mode 100644 index 0000000..3284102 Binary files /dev/null and b/src/mssql-jdbc-12.6.1.jre8.jar differ