similar to: sqlite in-memory database for testing

Displaying 20 results from an estimated 90000 matches similar to: "sqlite in-memory database for testing"

2006 Jul 15
5
Textmate command to display Active Record object attributes
I hacked together a command for textmate that displays Active Record object attributes in a tooltip. Just thought others might find it useful. Chris [1] http://blog.seagul.co.uk/articles/2006/07/14/textmate-command-to-display-active-record-column-attributes
2015 Jul 07
0
What database should I use, for simple data storing? SQLite or the buitin one?
I believe that Asterisk 1.8 and older uses the BerkeleyDB for Asterisk's internal database (AKA the Astdb) and in newer versions use SQLite. However, the basic functionality is the same. Whether you use the Astdb or MySQL really depends on what you want to do with it. The AstDB is not a relational database like MySQL, it simply a key/value store. If you can get away with that, and you need
2007 Jan 24
0
Mocha 0.4 released
So I finally got round to releasing a new version<http://rubyforge.org/frs/?group_id=1917&release_id=9184>of Mocha <http://mocha.rubyforge.org/>. Much of the functionality has been available for some time if you''ve been using the Rails plugin based on subversion HEAD, but now you can get it in all in a gem (or other package). The most recent changes centre around allowing
2019 Feb 03
0
Crash when using dict quotas with sqlite database
All I did was ??? - create a sqlite database with: # sqlite3 /tmp/storage.db (/run only to test for perm issues in other folders) ??? - change it's owner to mail (that's the user owning the mail files): # chown mail:mail /tmp/storage.db ??? - point dovecot to the file in "dovecot-dict-sql.conf.ext" with "connect = /tmp/storage.db" ??? - enable quota in
2017 Jul 14
0
SQLite user database
Dear Dovecot users/developers, I installed dovecot, and want to use a sqlite database for users, and passwords. I continuously get user authentication errors. I suspect that the problem is with a password hashing. I used # doveadm pw -s SHA512-CRYPT Enter new password: Retype new password:
2019 Feb 03
0
Crash when using dict quotas with sqlite database
On 01/02/2019 20:40, Marcel Menzel wrote: > Hello, > > > After I configured a SQLite backed dict quota backend, the dict process > crashes every time a quota operation is happening. > > SQLite: 3.26.0 > > Dovecot: 2.3.4 (0ecbaf23d) > > Linux: 4.20.4.a-1-hardened #1 SMP PREEMPT Fri Jan 25 01:24:51 CET 2019 > x86_64 GNU/Linux (Arch Linux) > > Filesystem:
2006 Apr 14
0
SQLite: Pros, Cons and when to use it (Informative)
I wanted to share an article I recently wrote on my blog with all of you regarding using SQLite for your web-applications. The blog url is: http://rubyonrailsblog.com and the article is currently posted on the front-page. The exact url is located at: http://rubyonrailsblog.com/articles/2006/04/13/consider-sqlite-for-your-web-applications-the-pros-cons-and-when-to-use-it Your insights and feedback
2019 Feb 03
0
Crash when using dict quotas with sqlite database
...and then I found the commit I was looking for. It's fixed in https://github.com/dovecot/core/commit/ab80122c68bfe5c3dbae2b4d782f4181122710a1.patch Aki > On 03 February 2019 at 20:06 Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > > Can you try out the attached patch? > > Aki > > > On 03 February 2019 at 17:17 Marcel Menzel <mail at mcl.gg>
2017 Jul 14
1
SQLite user database
Levente Kovacs writes: > I continuously get user authentication errors. I suspect that the problem is > with a password hashing. I used > > # doveadm pw -s SHA512-CRYPT > Enter new password: > Retype new password: > {SHA512-CRYPT}$6$1cCNWIMCTpuqmexO$cCq7nDEga1xza3967nZ.BFZaGWNoYwjnNfSCvZE/jGzYAY1hLWE1iHR1KYaO.mvVE4WVdDSrvPNtfwAUn/yk3/ Looks OK. > I have this at the
2009 Apr 17
3
OT : SQLite or another database engine with a small application?
People, I have been thinking at this for long time and I do not know if SQLite is sufficient for my application. I developed an inventory system in Rails -v 2.2.2 and I do not know if SQLite is the best choice or if is neccesary have a bigger database engine than SQLite.. This site will not has thousand and thousand records or visits each day so I think with SQLite could
2013 Dec 31
1
SQLite database file gets corrupted and XP goes blue
Dear fellows, I'm getting blue screen on XP while populating SQLite database, using RStudio and RQLite package. The blue screen says "INVALID PROCESS ATTACH ATTEMPT" before goes into memory check and reboot. The database (file) is corrupted and not readable after this happens. I'm iterating over CSV files, each contans a time-series of as many as 500x5000: rows being dates,
2019 Feb 03
0
Crash when using dict quotas with sqlite database
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Right it was already in 2.3.4. Looking more closely this looks like use after free. We'll look into this. </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div>
2019 Feb 03
0
Crash when using dict quotas with sqlite database
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> You need to install debug symbols. Not sure how this is done in arch linux though. </div> <div> <br> </div> <div> Aki </div> <blockquote type="cite"> <div> On 03 February 2019 at
2018 May 30
0
[SROA][DebugInfo][GSoC] Testing SROA on amalgamated sqlite source
> On May 30, 2018, at 8:37 AM, Anast Gramm <anastasis.gramm2 at gmail.com> wrote: > > Introduction > ============ > > `SROA' is an early stage pass running at the very beginning of the > pipeline in `-O{1,2,3}'. Greg Bedwell's report from his DExTer tool > shows SROA on function as one of the major culprits of Debug Info > loss. > > With
2019 Feb 03
0
Crash when using dict quotas with sqlite database
<!doctype html> <html> <head> <meta charset="UTF-8"> </head> <body> <div> Can you try if applying </div> <div> <br> </div> <div> <a
2019 Feb 01
2
Crash when using dict quotas with sqlite database
Hello, After I configured a SQLite backed dict quota backend, the dict process crashes every time a quota operation is happening. SQLite: 3.26.0 Dovecot: 2.3.4 (0ecbaf23d) Linux: 4.20.4.a-1-hardened #1 SMP PREEMPT Fri Jan 25 01:24:51 CET 2019 x86_64 GNU/Linux (Arch Linux) Filesystem: BTRFS I can't get any debug output from Dovecot, even after setting log_debug = cat:* event:* source:*
2005 Sep 22
1
SQLite database disk image malformed
does anyone know what this means? SQLite::Exceptions::DatabaseException in Signups#index database disk image is malformed _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
2009 Jul 27
2
Can't delete sqlite database
Did a quick experiment with a new project and added the default sqlite database with rake db:migrate. Now I want to get rid of it. I use rake db:drop and that will delete the file, but as soon as I restart the Rails app, the db is recreated. Aargh! I can''t find any other file which has been modified which mighht cause the db to be created. How do I get rid of this permanently? -- gw
2006 Feb 28
1
SQLite database filename?
I''d need to be able to figure out the filename of the SQLite backend of this application (for backups). Does Rails provide API to access the database configuration? Or do I need to load db/database.yml and check for ENV["RAILS_ENV"]? A simple inspection of the ActiveRecord::Base.connection object sheds no light, the @filename attribute is there but instance_methods
2012 Oct 29
1
SQLITE Database Browser question
Is there a way to add another field to a blog(i.e. another text field) using database browser. I was able to make the changes using the Sqlite Database Browser and saved but the changes didn''t migrate over to my app. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to