[sqlite] Why MMAP return ENOMEM in SQLite?

2016-08-30 Thread sanhua.zh
I try to mmap a BIG file which is around 1.8GB size, on iOS. Then I found that [sqlite3OSFetch] doesn’t work at all, which means the mmap is disable. After debug, I find that [osMmap] in [unixRemapFile] return an error. The error code is 12, named ENOMEM, which means cannot allocate memory. My

Re: [sqlite] web interface down

2016-08-30 Thread Wolfgang Enzinger
Am Tue, 30 Aug 2016 14:44:03 -0700 schrieb Darren Duncan: > On 2016-08-30 2:22 PM, Wolfgang Enzinger wrote: >> I hope this is the right place ... >> >> The web interface for this mailing list >> (http://news.gmane.org/gmane.comp.db.sqlite.general) seems to be down for >> quite a while now, I'm

Re: [sqlite] web interface down

2016-08-30 Thread Darren Duncan
On 2016-08-30 2:22 PM, Wolfgang Enzinger wrote: I hope this is the right place ... The web interface for this mailing list (http://news.gmane.org/gmane.comp.db.sqlite.general) seems to be down for quite a while now, I'm getting timeouts constantly. The NNTP interface, however, works fine.

[sqlite] web interface down

2016-08-30 Thread Wolfgang Enzinger
Hi group, I hope this is the right place ... The web interface for this mailing list (http://news.gmane.org/gmane.comp.db.sqlite.general) seems to be down for quite a while now, I'm getting timeouts constantly. The NNTP interface, however, works fine. Anyone can do anything about it? Cheers,

Re: [sqlite] Issue with entity framework

2016-08-30 Thread grégoire saint-ellier
Thank you for your answer. So wich approach should I use ? DB first? Code First ? Regards 2016-08-30 14:08 GMT+02:00 Erik Ejlskov Jensen : > You cannot use EF Model First with SQLite, no tooling has been made > available for that > Mvh / Regards > > > Erik Ejlskov Jensen >

[sqlite] Issue with entity framework

2016-08-30 Thread Erik Ejlskov Jensen
You cannot use EF Model First with SQLite, no tooling has been made available for that Mvh / Regards Erik Ejlskov Jensen http://twitter.com/erikej ___ sqlite-users mailing list