Edited Feature: Add Support for DB2 [29378]
I would love to see a DB2 version of the database.<br /><br />Express version: http://db2express.com/<br />ADO.NET provider: http://www.ibm.com/developerworks/wikis/x/YSM
View ArticleClosed Feature: Add Support for DB2 [29378]
I would love to see a DB2 version of the database.<br /><br />Express version: http://db2express.com/<br />ADO.NET provider: http://www.ibm.com/developerworks/wikis/x/YSMComments:...
View ArticleEdited Feature: Provide sdf file for SQL Server Compact 4 [29375]
The current version of the sdf file provided is 3.5, we should provide a file of the version 4.0 as well.
View ArticleClosed Feature: Provide sdf file for SQL Server Compact 4 [29375]
The current version of the sdf file provided is 3.5, we should provide a file of the version 4.0 as well.Comments: This feature has been implemented and available in the 1.4 release.
View ArticleCreated Issue: Add SET DATEFORMAT statement for SQL Server script [29379]
It would be nice to include```SET DATEFORMAT ymd;```statement to SQL Server script file (maybe some others also need that fix) to guarantee correct data conversion from varchar to datetime. Right now...
View ArticleEdited Issue: Add SET DATEFORMAT statement for SQL Server script [29379]
It would be nice to include```SET DATEFORMAT ymd;```statement to SQL Server script file (maybe some other scripts also need that fix) to guarantee correct data conversion from varchar to datetime....
View ArticleEdited Issue: Add SET DATEFORMAT statement for SQL Server script [29379]
It would be nice to include```SET DATEFORMAT ymd;```statement to SQL Server script file (maybe some other scripts also need that fix) to guarantee correct data conversion from varchar to datetime....
View ArticleEdited Issue: Add SET DATEFORMAT statement for SQL Server script [29379]
It would be nice to include```SET DATEFORMAT ymd;```statement to SQL Server script file (maybe some other scripts also need that fix) to guarantee correct data conversion from varchar to datetime....
View ArticleCommented Issue: Add SET DATEFORMAT statement for SQL Server script [29379]
It would be nice to include```SET DATEFORMAT ymd;```statement to SQL Server script file (maybe some other scripts also need that fix) to guarantee correct data conversion from varchar to datetime....
View ArticleCreated Issue: Wrap SQLite script into Transaction [29380]
Wrap at least the INSERT Statements within the sqlite script into transactions per default.
View ArticleCreated Unassigned: trouble installing sqlite version on windows 8 [29381]
when running the batch file in command window, received the following error message'sqlite3' is not recognized as an internal or external command, operable program or batch file.
View ArticleCreated Unassigned: additional issues installing on windows8 [29382]
Getting the following error now:Error: near line 1: near "xxx": syntax error
View ArticleCommented Unassigned: trouble installing sqlite version on windows 8 [29381]
when running the batch file in command window, received the following error message'sqlite3' is not recognized as an internal or external command, operable program or batch file.Comments: You are...
View ArticleCommented Unassigned: additional issues installing on windows8 [29382]
Getting the following error now:Error: near line 1: near "xxx": syntax errorComments: need more info here to be able to help you. where are you getting this error?
View ArticleCommented Unassigned: additional issues installing on windows8 [29382]
Getting the following error now:Error: near line 1: near "xxx": syntax errorComments: Hello, I have same : ``` Running Chinook_Sqlite.sql... -- Loading resources from Chinook_Sqlite.sql Error: near...
View ArticleCreated Unassigned: SQLCE NuGet package references a pre-release version of...
Should be update to require minimum version: 4.0.8876.1
View ArticleEdited Unassigned: SQLCE NuGet package references a pre-release version of...
Should be update to require minimum version: 4.0.8876.1 Happy to do a pull request if desired...
View ArticleEdited Issue: SQLCE NuGet package references a pre-release version of SQLCE...
Should be update to require minimum version: 4.0.8876.1 Happy to do a pull request if desired...
View ArticleCommented Issue: SQLCE NuGet package references a pre-release version of...
Should be update to require minimum version: 4.0.8876.1 Happy to do a pull request if desired...Comments: Thanks for reporting this. It is fixed now. Please run Update-Package to get the latest version.
View ArticleCreated Unassigned: Issue with encoding of Chinook_PostgreSql.sql [29384]
I think the following header:```SET client_encoding = 'WIN1252';```should be added on top of Chinook_PostgreSql.sql since it actually use that encoding, but the default for psql is UTF8 nowadays, no...
View Article