FIX N_SE-54923
authorYong Yeon Kim <yy9875.kim@samsung.com>
Fri, 11 Oct 2013 06:10:36 +0000 (15:10 +0900)
committerYong Yeon Kim <yy9875.kim@samsung.com>
Fri, 11 Oct 2013 06:11:25 +0000 (15:11 +0900)
remove pragma option

Change-Id: Ia75bf7720a4105465c3fa5fa238155693ff1e168

lib/media-util-db.c
packaging/media-server.spec

index 21f155c..ca0c11a 100755 (executable)
@@ -101,17 +101,6 @@ static int __media_db_connect_db_with_handle(sqlite3 **db_handle)
                return MS_MEDIA_ERR_DB_CONNECT_FAIL;
        }
 
-       ret = sqlite3_exec(*db_handle, "PRAGMA case_sensitive_like = true", NULL, NULL, &zErrMsg);
-       if (SQLITE_OK != ret) {
-               MSAPI_DBG_ERR("Fail to change case sensitive mode: %s\n", sqlite3_errmsg(*db_handle));
-
-               sqlite3_free(zErrMsg);
-               db_util_close(*db_handle);
-               *db_handle = NULL;
-
-               return MS_MEDIA_ERR_DB_CONNECT_FAIL;
-       }
-
        return MS_MEDIA_ERR_NONE;
 }
 
index 955043a..67c6603 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       media-server
 Summary:    File manager service server.
-Version: 0.2.56
+Version: 0.2.57
 Release:    1
 Group:      utils
 License:    Apache License, Version 2.0