Re: [sqlite] Why MMAP return ENOMEM in SQLite?

2016-08-30 Thread Simon Slavin
On 31 Aug 2016, at 4:40am, sanhua.zh wrote: > Is it caused by mmap file too big that the address space is not enough? Yes. Under iOS, memory maps can only be as big as the available physical memory. You're working on a tiny multi-tasking device and memory is at a premium. You can't afford

Re: [sqlite] Issue with entity framework

2016-08-30 Thread Lloyd
DB first worked for me. But I didn't find it documented that code first wont work. On Tue, Aug 30, 2016 at 7:06 PM, grégoire saint-ellier < greg.stell...@gmail.com> wrote: > Thank you for your answer. So wich approach should I use ? DB first? Code > First ? > > Regards > > 2016-08-30 14:08 GMT+02

[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 get

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. Anyone

[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, Wol

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 > http://twitter.com/eri

[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 sqlite-users@mailinglists.sqlite.o