Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: SQLite in memory problem
Post: RE: SQLite in memory problem

Happy! :D
24,922 Views
0 Replies
11-14-2014, 10:16 AM
LearningCI
    Thread: SQLite in memory problem
Post: RE: SQLite in memory problem

Solved! Change the hostname from ':memory:' to 'sqlite::memory:' its worked for me! PHP Code: -- $db['test']['hostname'] = 'sqlite::memory:'; $db['test']['username'] = ''; $db['test']['passw...
24,922 Views
0 Replies
11-14-2014, 07:50 AM
LearningCI
    Thread: SQLite in memory problem
Post: RE: SQLite in memory problem

slax0r Wrote: (11-13-2014, 01:13 PM) -- LearningCI Wrote: (11-13-2014, 10:43 AM) -- slax0r Wrote: (11-13-2014, 08:39 AM) -- "Not working" is hard to debug. Please provide some errors, from display ...
24,922 Views
0 Replies
11-13-2014, 04:54 PM
LearningCI
    Thread: SQLite in memory problem
Post: RE: SQLite in memory problem

Rufnex Wrote: (11-13-2014, 11:23 AM) -- Try some settings that point you to your sqllite db (never tried it but could work ;) Code: -- $db['default']['hostname'] = 'sqlite:......../db/app.sqli...
24,922 Views
0 Replies
11-13-2014, 12:41 PM
LearningCI
    Thread: SQLite in memory problem
Post: RE: SQLite in memory problem

slax0r Wrote: (11-13-2014, 08:39 AM) -- "Not working" is hard to debug. Please provide some errors, from display and/or logs, as well as some code that causes the error. Will get help quicker. Edit:...
24,922 Views
0 Replies
11-13-2014, 10:43 AM
LearningCI
    Thread: SQLite in memory problem
Post: SQLite in memory problem

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'] = ''; $d...
24,922 Views
0 Replies
11-13-2014, 06:51 AM
LearningCI

Theme © iAndrew 2016 - Forum software by © MyBB