MantisBT - MPfm
View Issue Details
0000353MPfmLibrarypublic2012-05-01 19:392013-02-23 13:36
ycastonguay 
ycastonguay 
normalfeatureN/A
resolvedfixed 
 
0.7.0.00.7.2.0 
0000353: Add support for Mono.Data.SQLite (for Linux and Mac OS X)
Test the MPfmGateway and SQLiteGateway classes under Linux and Mac OS X and make sure they run under Mono.
No tags attached.
related to 0000357resolved ycastonguay Rewrite the Select, Update, Insert and Delete methods in SQLiteGateway 
Issue History
2012-05-01 19:39ycastonguayNew Issue
2012-05-01 19:39ycastonguayStatusnew => assigned
2012-05-01 19:39ycastonguayAssigned To => ycastonguay
2012-05-01 19:41ycastonguayTarget Version0.7.4.0 => 0.7.2.0
2012-05-01 19:46svnCheckin
2012-05-01 19:46svnNote Added: 0000649
2012-05-01 21:13svnCheckin
2012-05-01 21:13svnNote Added: 0000654
2012-05-01 21:13ycastonguayStatusassigned => resolved
2012-05-01 21:13ycastonguayFixed in Version => 0.7.2.0
2012-05-01 21:13ycastonguayResolutionopen => fixed
2012-05-08 15:18ycastonguayNote Added: 0000656
2012-05-08 15:18ycastonguayStatusresolved => assigned
2012-05-08 15:21ycastonguayRelationship addedrelated to 0000357
2012-05-12 23:47ycastonguayStatusassigned => resolved
2012-05-12 23:47ycastonguayNote Added: 0000666
2013-02-23 13:36ycastonguayTarget Version0.7.2.0 => 0.7.0.0

Notes
(0000649)
svn   
2012-05-01 19:46   
The user animal has checked in files related to this issue (revision 469).

Comment:
MPfm 0.6.0.1
* Main Window (GTK)
  - Now loading library on startup
* SQLiteGateway
  - Added support for Mono.Data.SQLite.
* MainWindowController (UI)
  - Added Library object

Related to issue 0000324 and issue 0000353.


Files modified:
U MPfm/branches/current/MPfm.GTK/Windows/MainWindow.cs
U MPfm/branches/current/MPfm.Library/MPfm.Library.csproj
D MPfm/branches/current/MPfm.Library/MonoSQLite.cs
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
U MPfm/branches/current/MPfm.UI/Controllers/MainWindowController.cs
(0000654)
svn   
2012-05-01 21:13   
The user animal has checked in files related to this issue (revision 475).

Comment:
MPfm 0.6.0.1
* SQLiteGateway
  - OS detection now by preprocessor (#if LINUX) instead of OS.OSType.

Related to issue 0000353.


Files modified:
U MPfm/branches/current/MPfm.Library/SQLiteGateway.cs
(0000656)
ycastonguay   
2012-05-08 15:18   
Reopening the issue, because on Mac OS X, the default SQLite library is missing an important feature (column metadata).
(0000666)
ycastonguay   
2012-05-12 23:47   
This issue has been fixed (see related item).