Welcome Guest, Not a member yet? Register   Sign In
SQLite in memory problem
#1

Hello, I'm setting CodeIgniter with SQLite in memory DB for unit testing but not working.
This is my configuration:

PHP Code:
$db['test']['hostname'] = '';
$db['test']['username'] = '';
$db['test']['password'] = '';
$db['test']['database'] = ':memory:';
$db['test']['dbdriver'] = 'pdo';
$db['test']['dbprefix'] = '';
$db['test']['pconnect'] = TRUE;
$db['test']['db_debug'] = FALSE;
$db['test']['cache_on'] = FALSE;
$db['test']['cachedir'] = '';
$db['test']['char_set'] = 'utf8';
$db['test']['dbcollat'] = 'utf8_general_ci';
$db['test']['swap_pre'] = '';
$db['test']['autoinit'] = TRUE;
$db['test']['stricton'] = FALSE

What I'm doing wrong?

Thanks

PD: Sorry for my english
Reply


Messages In This Thread
SQLite in memory problem - by LearningCI - 11-13-2014, 06:51 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 08:39 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 10:43 AM
RE: SQLite in memory problem - by slax0r - 11-13-2014, 01:13 PM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 04:54 PM
RE: SQLite in memory problem - by Rufnex - 11-13-2014, 11:23 AM
RE: SQLite in memory problem - by LearningCI - 11-13-2014, 12:41 PM
RE: SQLite in memory problem - by slax0r - 11-14-2014, 12:28 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:42 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 07:50 AM
RE: SQLite in memory problem - by Chroma - 11-14-2014, 07:51 AM
RE: SQLite in memory problem - by Rufnex - 11-14-2014, 08:12 AM
RE: SQLite in memory problem - by LearningCI - 11-14-2014, 10:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB