Displaying 20 results from an estimated 1500 matches for "sqlite's".
2010 Jun 10
1
HOW to install RSQLite database
Please let me know where i have to type below thing to RSQLite database get
installed.Please let me know the solution.Thanks in advance
RSQLite -- Embedding the SQLite engine in R
(The RSQLite package includes a recent copy of the SQLite
distribution from http://www.sqlite.org.)
Installation
------------
There are 3 alternatives for installation:
1....
2009 Mar 04
3
Why are multiple architecture rpms installed?
Hello,
I noticed, that whenever I install a package on CentOS 5.x, rpms for
multiple architectures are installed:
yum install sqlite-devel
Loading "fastestmirror" plugin
Loading mirror speeds from cached hostfile
* base: centos.intergenia.de
* updates: centos.intergenia.de
* addons: centos.intergenia.de
* extras: centos.intergenia.de
base 100% |=========================| 1.1 kB 00:00
upd...
2011 Dec 20
2
yum update for CentOS 6.2
...ase: it.centos.contactlab.it
* centosplus: mirror.crazynetwork.it
* extras: mirror.crazynetwork.it
* rpmforge: ftp-stud.fht-esslingen.de
* updates: mirror.crazynetwork.it
http://it.centos.contactlab.it/6.2/os/i386/repodata/48da39a2e80a927a88946a36c63414964312e64f85c7b32c3ce553d2969f46d6-primary.sqlite.bz2:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404"
Trying other mirror.
http://mirror.crazynetwork.it/centos/6.2/os/i386/repodata/48da39a2e80a927a88946a36c63414964312e64f85c7b32c3ce553d2969f46d6-primary.sqlite.bz2:
[Errno 14] PYCURL ERROR 22 - "The requested UR...
2006 Oct 10
1
Python/sqlite date time problems.
...th me, this is CentOS related. :)
I have a python CGI that's behaving weirldy on Whitebox systems
that've been switched over to CentOS 4 (ages ago, no other problems to
speak of aside from this one).
I've broken the problem down to a minimal test case...
1. Create a small database
# sqlite3 /tmp/testcase.db 'CREATE TABLE testtable ( date date primary
key unique, name varchar(32));'
# sqlite3 /tmp/testcase.db 'insert into "testtable"
values("2006-10-10", "Will");'
# sqlite3 /tmp/testcase.db 'insert into "testtable"
values(&qu...
2015 Feb 27
2
yum causing RPC timed out?
...ost ~]# yum --disablerepo=epel --disablerepo=rpmforge provides
'*/applydeltarpm'
do_ypcall: clnt_call: RPC: Timed out
do_ypcall: clnt_call: RPC: Timed out
http://centos.corenetworks.net/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
[Errno 12] Timeout on
http://centos.corenetworks.net/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
(28, 'Resolving timed out after 30385 milliseconds')
Trying other mirror.
do_ypcall: clnt_call: RPC: Timed out
[etc. e...
2015 Feb 27
0
yum causing RPC timed out?
...m for the repo? How do I find a working upstream?
More info from command execution:
do_ypcall: clnt_call: RPC: Timed out
do_ypcall: clnt_call: RPC: Timed out
http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
[Errno 12] Timeout on
http://mirror.supremebytes.com/centos/7.0.1406/os/x86_64/repodata/3cda64d1c161dd0fead8398a62ef9c691e78ee02fe56d04566f850c94929f61f-filelists.sqlite.bz2:
(28, 'Resolving timed out after 30384 milliseconds')
Trying other mirror.
One of the configured repositories...
2009 Oct 01
3
sqlite limit
Hi All,
I am working on a POC that I''d like to show a group of 10 to 15 folks.
I was wondering if sqlite would do for db with about 20 people hitting
on the application. Does sqlite locking the entire db while writing
manifest itself in such scenario?
Regards,
Kashyap
2020 Jan 07
2
delayed write files errors
...;path' parameter.
However, the use of [homes] works correctly. But ok, I changed the name
of the share as you advise me.
>> Anyway, I still get the same error with all this files :
>>
>> ? ??? mrxsmb :
>> \.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
>>
>> \.system\Thunderbird\profile.default-release\cookies.sqlite-shm
>> \.system\Thunderbird\profile.default-release\places.sqlite-shm
>> \.system\Thunderbird\profile.default-release\favicons.sqlite-shm
>> \.system\Thunderbird\profile.default-release\webappsstore...
2005 Dec 22
13
in-memory SQLite for testing
I am following the rails book, and arrived to the section about
testing. The test database is configured as:
test:
adapter: sqlite3
database: ":memory:"
and I get this error with the simple product test:
% ruby test/unit/product_test.rb
Loaded suite test/unit/product_test
Started
E/usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.1.0/lib/sqlite3/
errors.rb:94:in `check'': cannot rollback - no transaction...
2009 Apr 14
3
Gem install Rails issue
Im trying to install rails gem on OSX 10.5.6, but when i use the gem
install rails command this message displays WARNING: Installing to
~/.gem since /usr/local/lib/ruby/gems/1.8 and
/usr/local/bin aren''t both writable.
Successfully installed rails-2.3.2
1 gem installed
How can I get my gems to install to /usr/local/lib/ruby/gems/1.8 or
/usr/local/bin which both are set up in my
2012 May 20
6
Berkeley DB with Dovecot
I have a friend who is preparing to set up a small Postfix/Dovecot mail
system. There are only approximately 25 users. He wants to use Berkeley
DB in a similar fashion to the way Postfix does. I told him I do not
believe Dovecot supports that. I could not find any documentation
relating to it.
1) Does Dovecot support Berkeley DB?
2) Are their any plans to incorporate that feature into Dovecot?
2015 Aug 17
0
CESA-2015:1634 Moderate CentOS 6 sqlite Security Update
...015-1634.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
2764e452be02a51c8b3d271be95f244637de6d9bb673f767854cffe7bac683bb lemon-3.6.20-1.el6_7.2.i686.rpm
6d06ed0adf5e60dadb88da40e062b961cf2661f07f5ec84c5bce5c3a5e7c9ecd sqlite-3.6.20-1.el6_7.2.i686.rpm
8b13bcb88a7fd3a411003cc68cba5f63e98b15ab020ff0a8668d25317262caf9 sqlite-devel-3.6.20-1.el6_7.2.i686.rpm
171543cd5103d4592b58c96d4530f438345c9e90e5aeefac76d43a2b968ab4bc sqlite-doc-3.6.20-1.el6_7.2.i686.rpm
fb52267a64b2748580a73cddb73ebe15f55d67a31c201e1dd87e7650ac6cd182...
2006 Aug 05
22
MySQL vs SQLite
I have an application where speed is probably the #1 priority here. I am
using MySQL 5.0.22. Would SQL be considerably faster than MySQL?
I know this has been discussed before, but the search on the forums is
not working.
Thanks for your help.
--
Posted via http://www.ruby-forum.com/.
2020 Jan 13
2
delayed write files errors
Le 07/01/2020 ? 18:27, Rowland penny via samba a ?crit?:
>
>>
>>>> Anyway, I still get the same error with all this files :
>>>>
>>>> ?? ??? mrxsmb :
>>>> \.system\Thunderbird\profile.default-release\calendar-data\cache.sqlite-shm
>>>>
>>>>
>>>> \.system\Thunderbird\profile.default-release\cookies.sqlite-shm
>>>> \.system\Thunderbird\profile.default-release\places.sqlite-shm
>>>> \.system\Thunderbird\profile.default-release\favicons.sqlite-shm
>>>>...
2006 May 24
7
migrations and SQLite
I read in the instructions of Tracks that "upgrading via the rake
migrate command is quite a bit more tricky currently with SQLite and
SQLite3". Is there any gotcha regarding migrations and SQLite3?
-- fxn
2010 Jul 09
6
deployment question: has anyone deployed w. sqlite?
Hi,
I''d like to make a demo version of my app available, but I''m not ready
to get into database stuff, yet. Has anyone ever deployed with sqlite
(what I used to develop my app)? If so, what hosting service(s) would
you recommend?
Thanks,
Lille
--
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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez...
2008 Jan 15
6
SQLite concurrency, SQLite3::BusyException
I am currently experiencing concurrency issues after moving from MySQL
to SQLite.
My original program worked fined using MySQL but is now returning
"SQLite3::BusyException" errors. The same result happens whether or
not I enable the allow_concurrency flag.
If I do manually acquire a lock on the SQLite DB the problem would
disapear, but I thought that rails was suppos...
2005 Apr 15
1
How can I change SQLite cache size for R session?
How can I change SQLite cache size for R session?
SQLite cache size can be set by a pragma, for the
duration of the session - or by default.
.pragma cache_size
.pragma default_cache_size
my questions are about RSQLite, version 0.4, running
on Windows:
- what is the cache size set to when SQLite is
invoked from...
2008 Oct 16
4
InstantRails and SQLite
...really great.
However I have a little problem since a few days. Here is the
situation, I''m using InstantRails 2.0 with PHP 5.2.6 (I upgraded
following the InstantRails procedure). I''m using MySQL as a database
for my application but recently downloaded a forum (FluxBB) which need
SQLite to work. My problem is that SQLite don''t seem to work with my
PHP instalation.
I checked on various forum and nothing works (I activated the php_pdo
and php_sqlite dlls in php.ini without result).
So I''d like to know if someone could indicate me al the pathes in
order to configure...
2008 Jan 29
2
yum fails with invalid dependency on sqlite
..., line 904, in doPackageLists
File "/usr/share/yum-cli/cli.py", line 75, in doRepoSetup
self.doSackSetup(thisrepo=thisrepo)
File "__init__.py", line 260, in doSackSetup
File "repos.py", line 277, in populateSack
File "/usr/lib64/python2.3/site-packages/sqlitecachec.py", line 40,
in getPrimary
self.repoid))
TypeError: Can not create index on requires table: near "NOT": syntax error
This is the output of rpm -qa | grep sqlite
[root at amd64 ~]# rpm -qa | grep sqlite
python-sqlite-1.1.7-1.2.1
sqlite-3.3.6-2
sqlite-devel-3.3.6-2
any su...