Re: [fossil-users] Timeline questions

2015-11-26 Thread Abilio Marques
> > ​​ > ...​ > ​ > i believe fossil should always display (in CLI mode) exactly what was > input, without any sort of reformatting.) But actually that's not the case. Fossil doesn't show at least newlines (making a long comment a huge blob). ​ Yeah, I tried the css trick ​ early yesterday​ ,

[fossil-users] Timeline questions

2015-11-25 Thread Abilio Marques
I know, I know, here we go again looking to git, but this is a question concerning clean comments on commits. When using git, you're suggested to write comments in the form of: Subject Line (recommended as short, 50 to 75 characters long single line) Description (whatever you want to put here)

Re: [fossil-users] Timeline questions

2015-11-25 Thread Abilio Marques
beautiful way (e.g., http://www.menucool.com/tooltip/css-tooltip)​ Can anyone else see the usefulness of this idea (if also available in the command line)? On Wed, Nov 25, 2015 at 7:46 PM, Abilio Marques <abili...@gmail.com> wrote: > I know, I know, here we go again looking to git, but this is a q

Re: [fossil-users] Feature idea: Protected branches

2015-05-12 Thread Abilio Marques
andrew.m.g...@gmail.com wrote: On 5/11/2015 9:10 AM, Richard Hipp wrote: On 5/11/15, Abilio Marques abili...@gmail.com wrote: I recall seeing no way of detecting a push to a specific branch. All I saw were deltas and stuff like that. To change Fossil to have the ability to prevent

[fossil-users] Feature idea: Protected branches

2015-05-11 Thread Abilio Marques
After using git for a while with a group of other 5 people who sometimes forgot our policy that only one of us had the authority (actually the responsibility) to work with the master branch, having to clean each mistake later, we discovered the platform we had been using actually offered a feature

Re: [fossil-users] Feature idea: Protected branches

2015-05-11 Thread Abilio Marques
Note also that this goes against one of the founding principles of Fossil: that the VCS should implement mechanism not policy. That is to say, details of who should be able to check-in to which branches and whatnot should not be enforced by the VCS. Project policies need to be enforced by

Re: [fossil-users] Lost in the commands and options

2015-05-08 Thread Abilio Marques
I normally undo or stash... I was just checking if I had missed something ;) On Fri, May 8, 2015 at 2:21 PM, Warren Young w...@etr-usa.com wrote: On May 8, 2015, at 12:32 PM, Andy Bradford amb-fos...@bradfords.org wrote: fossil undo Or “fossil stash”, if you don’t want your work thrown

Re: [fossil-users] Lost in the commands and options

2015-05-08 Thread Abilio Marques
jungleboog...@gmail.com wrote: Hi Abilio, On 7 May 2015 at 19:19, Abilio Marques abili...@gmail.com wrote: T his is a thing I normally go through, and I believe is a silly question, but I've read the entire help once again looking for it, and didn't find it. Sometimes I do things like

Re: [fossil-users] About the help command

2015-05-08 Thread Abilio Marques
Ohhh, I did use dbstat the other day (several times actually) while working with some binary files. But yeah, I know there is the -a list, plus the hidden list. But I'm still happy to know that almost everything I use is at hand, and that I don't need a cryptic combination or plainly wrong named

[fossil-users] Lost in the commands and options

2015-05-07 Thread Abilio Marques
T ​his is a thing I normally go through, and I believe is a silly question, but I've read the entire help once again looking for it, and didn't find it. Sometimes I do things like:​ $fossil update d04e UPDATE test.txt ---

Re: [fossil-users] [fossil changes] and execute/symlink flag changes

2015-05-07 Thread Abilio Marques
+1. Been there, two times just in the last week (I need to sleep better). On Thu, May 7, 2015 at 7:51 PM, Andy Goth andrew.m.g...@gmail.com wrote: I propose extending [fossil changes] to report when a file's execute bit has changed or it has become a symlink or ceased to be a symlink. For

[fossil-users] About the help command

2015-05-07 Thread Abilio Marques
On my previous email I said I was looking for a feature in the help. While being at it, I found out these two details that I want to report. But first, I want to say something about the help/documentation. One of the things I LOVE about fossil is the simplicity. No weird, ultra-hidden cryptic

Re: [fossil-users] Fossil server issue

2015-04-23 Thread Abilio Marques
I first understood that the restrictions were on the URL only, but yeah, it's imaginable that they will be applied to the path too. On Thu, Apr 23, 2015 at 6:34 AM, Richard Hipp d...@sqlite.org wrote: On 4/22/15, Abilio Marques abili...@gmail.com wrote: Hi, I keep the main storage for my

[fossil-users] Fossil server issue

2015-04-22 Thread Abilio Marques
Hi, I keep the main storage for my repos in a directory called ~/.fossilrepos . I've been using for a few years now: fossil server ~/.fossilrepos (with nohup) And it works perfectly. Yet, today I was trying to use the --files option. I first made an experiment with something like: fossil

[fossil-users] Got this in WAL mode

2015-04-18 Thread Abilio Marques
Hi, I'm using fossil as usual, for my personal projects. This week I've been working on a Unity game. I set up the fossil database as WAL using fossil rebuild command. Now I get this every time I cancel a commit of a file that includes binary data: $ fossil ci -m improving icon

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread Abilio Marques
Warren, thanks for your reply. It was pretty comprehensive, and I liked it, even when those are bad news. I actually discovered some of them myself a long time ago... Same goes to GIT, That's the reason I've only toyed with the idea, but then started to think about the many many things that have

Re: [fossil-users] Select specific changes within files

2015-03-20 Thread Abilio Marques
: On Fri, Mar 20, 2015 at 12:56 PM, Abilio Marques abili...@gmail.com wrote: I personally would like a selective stash. Perhaps one where you can selectively push some changes (then fossil could proceed to remove them from the actual files), or selectively pop/apply some changes (but I

[fossil-users] Select specific changes within files

2015-03-20 Thread Abilio Marques
​​After a yesterday's email entitled “is this a crazy idea?” meant to ask about a shim ended in a really interesting discussion about select specific changes to files, I think we could give that idea a chance to live (just as an idea, for the time being). I've personally gone through times where

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread Abilio Marques
, Mar 20, 2015 at 2:25 PM, Richard Hipp d...@sqlite.org wrote: On 3/20/15, Abilio Marques abili...@gmail.com wrote: But sometimes the subset of files to include in the first commit is longest than the ones to be included in the second... so perhaps something like fossil ci -m first commit

Re: [fossil-users] Select specific changes within files

2015-03-20 Thread Abilio Marques
Ok, in an attempt to provide a short example: The code is working, I have tests, yet I don't test for memory leaks. That's my current scenario. A code snippet follows: void functionA() { char *thisWillLeak; ... thisWillLeak = malloc(1024); ... // never free nor return the memory }

Re: [fossil-users] Is this a crazy idea?

2015-03-20 Thread Abilio Marques
But sometimes the subset of files to include in the first commit is longest than the ones to be included in the second... so perhaps something like fossil ci -m first commit --ignore file1 file2 would be easier than: fossil ci -m first commit file3 file4 file5 file6... file12 On Fri, Mar 20,

Re: [fossil-users] home directory must be writeable

2015-03-19 Thread Abilio Marques
and typos. On Mar 19, 2015 11:24 PM, Ron W ronw.m...@gmail.com wrote: On Thu, Mar 19, 2015 at 6:14 PM, Abilio Marques abili...@gmail.com wrote: But you're right, now that I think about it, is the only time I've ever seen a home directory not owned by the corresponding user but by root

Re: [fossil-users] home directory must be writeable

2015-03-19 Thread Abilio Marques
, Abilio Marques abili...@gmail.com wrote: Actually they do allow (and sometimes encourage) you to connect over ssh, and they have bash with history... but the file is written inside a directory called $HOME/data (which is writeable). In your .bashrc script (wherever that is) can you just

Re: [fossil-users] home directory must be writeable

2015-03-19 Thread Abilio Marques
-usa.com wrote: On Mar 18, 2015, at 5:08 PM, Abilio Marques abili...@gmail.com wrote: HOME=. ./fossil command Here’s a thought: Someone on this list gave me the idea of aliasing “fossil” to “f”. I do it with a symlink instead of a shell alias so that it works even in places like a Vim

Re: [fossil-users] home directory must be writeable

2015-03-19 Thread Abilio Marques
Not that I'm aware of. I did some googling, and only found upset people, but no justification, nor any kind of special commands. On Thu, Mar 19, 2015 at 5:54 PM, Ron W ronw.m...@gmail.com wrote: On Thu, Mar 19, 2015 at 6:14 PM, Abilio Marques abili...@gmail.com wrote: But you're right, now

[fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
This email has two motivations. First: Through the years I've evangelized about several subjects. Most of them go hand in hand with my philosophy that​ software tools (well, this is applicable to everything in life) should be as simple as possible for the task they are intended to be used.

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
it for a while like that, then give it a shot again, and then live with it (some love it). On Thu, Mar 19, 2015 at 7:52 PM, Scott Robison sc...@casaderobison.com wrote: On Thu, Mar 19, 2015 at 6:14 PM, Richard Hipp d...@sqlite.org wrote: On 3/19/15, Abilio Marques abili...@gmail.com wrote

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
status # You'll see it talks about unstaged changes by this point git commit -m another line in the test # I believe it will refuse On Thu, Mar 19, 2015 at 9:17 PM, Andy Bradford amb-fos...@bradfords.org wrote: Thus said Abilio Marques on Thu, 19 Mar 2015 21:08:55 -0430: (1) modify a file

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
wrote: On Thu, Mar 19, 2015 at 5:14 PM, Richard Hipp d...@sqlite.org wrote: On 3/19/15, Abilio Marques abili...@gmail.com wrote: Most of the friends I've shown fossil to love the idea of having SCM, wiki and tickets in the same, tiny place. Looks promising for them

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
said Abilio Marques on Thu, 19 Mar 2015 21:25:05 -0430: By doing git commit -a, your doing an implicit git add -A before the commit, which stages all the uncommitted changes, and then you're working close to what you would in fossil. I see, this is totally foreign to how I use git. I

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
will only commit changes in 1, and if you do git status, will tell you about the modifications done in 3. On Thu, Mar 19, 2015 at 8:38 PM, Richard Hipp d...@sqlite.org wrote: Further questions about staging area: If I do this: (1) Edit file xyzzy.txt (2) git add xyzzy.txt

[fossil-users] multiple independent check-outs against the same repository

2015-03-19 Thread Abilio Marques
After reading Mr. Hipp answer to some previous email about git saying: So the staging area is being used as a way of working around the fact that Git does not allow multiple independent check-outs against the same repository? Am I understanding that correctly? I started to think: what does it

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
my next email On Thu, Mar 19, 2015 at 9:01 PM, Andy Bradford amb-sendok-1429407112.filllmkhpgbjfacbk...@bradfords.org wrote: Thus said Abilio Marques on Thu, 19 Mar 2015 19:22:14 -0430: Having said these things, I must confess that in my mind, I find the staging area a difference that's

Re: [fossil-users] Is this a crazy idea?

2015-03-19 Thread Abilio Marques
that are meant for other purposes. Fossil should keep away from that road of uncertainty. On Thu, Mar 19, 2015 at 8:28 PM, Andreas Kupries andre...@activestate.com wrote: On Thu, Mar 19, 2015 at 5:14 PM, Richard Hipp d...@sqlite.org wrote: On 3/19/15, Abilio Marques abili...@gmail.com wrote: Most

Re: [fossil-users] multiple independent check-outs against the same repository

2015-03-19 Thread Abilio Marques
, Richard Hipp d...@sqlite.org wrote: On 3/19/15, Abilio Marques abili...@gmail.com wrote: After reading Mr. Hipp answer to some previous email about git saying: So the staging area is being used as a way of working around the fact that Git does not allow multiple independent check-outs

Re: [fossil-users] home directory must be writeable

2015-03-19 Thread Abilio Marques
over it every time I run fossil help, but never stopped to learn more about it, so thanks for opening my eyes. On Thu, Mar 19, 2015 at 4:14 PM, Warren Young w...@etr-usa.com wrote: On Mar 18, 2015, at 5:04 PM, Abilio Marques abili...@gmail.com wrote: *home directory /var/lib/openshift

[fossil-users] expected unpublish command behaviour

2015-03-18 Thread Abilio Marques
Shouldn't unpublish show those check-ins still not pushed to the remote in case a remote exist? Specially useful with autosync=0 ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] home directory must be writeable

2015-03-18 Thread Abilio Marques
Typo correction: I meant HOME=. ./fossil command On Wed, Mar 18, 2015 at 6:34 PM, Abilio Marques abili...@gmail.com wrote: Hi, I'm using fossil on an openshift gear (www.openshift.com), but I get this error: *home directory /var/lib/openshift/54fb48714382ecec88eb/ must be writeable

[fossil-users] home directory must be writeable

2015-03-18 Thread Abilio Marques
Hi, I'm using fossil on an openshift gear (www.openshift.com), but I get this error: *home directory /var/lib/openshift/54fb48714382ecec88eb/ must be writeable* I hacked it by running: *$HOME=. ./fossil command* (yeah, I downloaded the binary and put it into the same directory) But I

Re: [fossil-users] hooks in Fossil

2015-03-11 Thread Abilio Marques
You can hook the commit: admintransferscommit , but you'll need a way to make it copy the files. I have a similar setup with LaTeX generating a PDF every time I commit a change to the source. For this purpose I built an exec command for TH1. By pure luck I've just sent a patch for my latest

Re: [fossil-users] TH1 exec

2015-03-11 Thread Abilio Marques
and criticism are welcomed! http://abiliojr.homenet.org:20001/public/execcmd.diff On Thu, Feb 5, 2015 at 12:11 PM, Ron W ronw.m...@gmail.com wrote: On Thu, Feb 5, 2015 at 11:09 AM, Abilio Marques abili...@gmail.com wrote: Here the current code (missing the capture of the stdout). I send

Re: [fossil-users] TH1 exec

2015-02-05 Thread Abilio Marques
Here the current code (missing the capture of the stdout). I send it as a patch to the current trunk version (0d1d7f6481). Ideas? On Sat, Jan 31, 2015 at 9:56 AM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Jan 31, 2015 at 3:09 PM, Abilio Marques abili...@gmail.com wrote: I think

Re: [fossil-users] TH1 exec

2015-02-05 Thread Abilio Marques
Yeah, missed the attach... On Thu, Feb 5, 2015 at 11:39 AM, Abilio Marques abili...@gmail.com wrote: Here the current code (missing the capture of the stdout). I send it as a patch to the current trunk version (0d1d7f6481). Ideas? On Sat, Jan 31, 2015 at 9:56 AM, Stephan Beal sgb

Re: [fossil-users] TH1 exec

2015-02-05 Thread Abilio Marques
Ohhh, I missed the attach in the first mail anyway, here it is: http://abiliojr.homenet.org:20001/public/exec.diff On Thu, Feb 5, 2015 at 11:41 AM, Stephan Beal sgb...@googlemail.com wrote: On Thu, Feb 5, 2015 at 5:09 PM, Abilio Marques abili...@gmail.com wrote: Here the current code

[fossil-users] TH1 exec

2015-01-31 Thread Abilio Marques
Hi, To make a long story short, I've always desired to run a script on a hook feature. After a few times needing it, I decided to make a version of it myself (I think some people had done this in the past). I remember talking with someone about this feature (a few days ago I thought it was with

[fossil-users] Changing my email address

2014-09-24 Thread Abilio Marques
Hi, In a couple of hours I will lose access to this email address forever. I want to switch this list to my personal email, abili...@gmail.com . I'm notifying to see if there is someone that has to change it manually, or I'll just re register. Thanks, Abilio Marques

[fossil-users] Public docs

2014-08-22 Thread Abilio Marques
Hi, I know I've asked about this before, and thought I had gotten it right, but after playing with the user capabilities the other day (and changing them all), I was trying to set them back, and got stucked with the blues again. I try to make public my resume in pdf (but not the latex sources).

Re: [fossil-users] Public docs

2014-08-22 Thread Abilio Marques
. 2014-08-22 10:51 GMT-04:30 Richard Hipp d...@sqlite.org: On Fri, Aug 22, 2014 at 10:17 AM, Abilio Marques amarq...@smartappsla.com wrote: Hi, I know I've asked about this before, and thought I had gotten it right, but after playing with the user capabilities the other day

Re: [fossil-users] Public docs

2014-08-22 Thread Abilio Marques
Tested what you said Mr. Hipp, didn't work that way either 2014-08-22 13:41 GMT-04:30 Ron W ronw.m...@gmail.com: On Fri, Aug 22, 2014 at 12:28 PM, Abilio Marques amarq...@smartappsla.com wrote: The file is only downloadable without login if checkout is set to nobody, and not downloadable

Re: [fossil-users] Public docs

2014-08-22 Thread Abilio Marques
/doc/es-rel/Abilio+Marques.es.pdf (see the different directories), leading me to believe that it also matches / characters. Is that the expected behavior? 2014-08-22 20:00 GMT-04:30 Richard Hipp d...@sqlite.org: On Fri, Aug 22, 2014 at 8:24 PM, Abilio Marques amarq...@smartappsla.com wrote

Re: [fossil-users] Fossil clone over SSH

2014-08-16 Thread Abilio Marques
GMT-04:30 Stephan Beal sgb...@googlemail.com: On Fri, Aug 15, 2014 at 3:14 PM, Abilio Marques amarq...@smartappsla.com wrote: The extra mile question is: is there any security risk involved with giving 'nobody' the chance to clone? Lets say I keep a fossil server running all the time too. I

[fossil-users] Fossil clone over SSH

2014-08-15 Thread Abilio Marques
Hi, This is a stupid question, I've seen it asked several times, but I'm trying my own version of the question here: Cloning over ssh seems to be impossible if the user nobody doesn't have cloning permissions. For me it seems ok, as cloning over ssh still requires username and password or a

Re: [fossil-users] fossil CLI tricks: negative pattern matching

2014-06-19 Thread Abilio Marques
4.3.18 here, not working. FreeBSD 10.0 2014-06-19 13:06 GMT-04:30 Stephan Beal sgb...@googlemail.com: On Thu, Jun 19, 2014 at 7:14 PM, Ron Wilson ronw.m...@gmail.com wrote: Which shell? bash gives me the error: !: event not found That's my historical experience with '!' as well, but it

Re: [fossil-users] Running script on push

2014-06-12 Thread Abilio Marques
trying to run this from command line: fossil test-th-eval 'http http://localhost:8085/test?a=1; fossil test-th-eval 'http http://localhost:8085/test; fossil test-th-eval 'http http://localhost:8085/; fossil test-th-eval 'http http://www.google.com; While on the other side I keep a nc -klv 8085

Re: [fossil-users] Running script on push

2014-06-12 Thread Abilio Marques
-06-12 7:06 GMT-04:30 Jan Nijtmans jan.nijtm...@gmail.com: 2014-06-12 13:32 GMT+02:00 Abilio Marques amarq...@smartappsla.com: trying to run this from command line: fossil test-th-eval 'http http://localhost:8085/test?a=1; fossil test-th-eval 'http http://localhost:8085/test; fossil test

Re: [fossil-users] Running script on push

2014-06-12 Thread Abilio Marques
About the regexp setting, tried: set th1-uri-regexp .* http -asynchronous http://localhost:8085 With and without quote marks, didn't work. I ran it from the command line, and it still says: url not allowed... hints? 2014-06-12 8:12 GMT-04:30 Abilio Marques amarq...@smartappsla.com: While

Re: [fossil-users] Running script on push

2014-06-12 Thread Abilio Marques
Ran it like this: fossil test-th-eval set th1-uri-regexp \.\* ; http https://localhost:8085; still nothing... 2014-06-12 8:45 GMT-04:30 Jan Nijtmans jan.nijtm...@gmail.com: 2014-06-12 14:56 GMT+02:00 Abilio Marques amarq...@smartappsla.com: About the regexp setting, tried: set th1-uri

[fossil-users] working with open source code

2014-05-30 Thread Abilio Marques
Hi, Let's say I want to do this setup: Clone sqlite repo on a local server Then clone the server into several machines, with the users pushing changes Then, someday, I will want to update my sqlite base code. In git, one would first fork the code from another repo, add a second remote: git

[fossil-users] Running script on push

2014-05-27 Thread Abilio Marques
Hi, Nowadays tools like Jenkins can run tests on triggers (or hooks), and it works wonderful. But Jenkins is overkilling (Java based :s) to be a match to the tiny but powerful and agile fossil. Even when this fellow ronperrela did a nice job integrating Jenkins:

Re: [fossil-users] Running script on push

2014-05-27 Thread Abilio Marques
I see there is a way to run a TH1 script. But as far as I see the th1 documentation, I can't find a way to invoke a shell script out of it. Any ideas??? 2014-05-27 8:04 GMT-04:30 Abilio Marques amarq...@smartappsla.com: Hi, Nowadays tools like Jenkins can run tests on triggers (or hooks

[fossil-users] About doc urls

2014-04-19 Thread Abilio Marques
Hi, It's me, again with an doc URL question. This time I've realized that if I put a branch name on it, it will serve the files on it. For example, if I have a branch called en, then the following will be valid: /resume/doc/en/abiliojr.pdf But if I tag an specific checkin with a tag, let's say

Re: [fossil-users] About doc urls

2014-04-19 Thread Abilio Marques
My mistake, I had filters added at: admin/access/Public pages Sorry On Sat, Apr 19, 2014 at 7:05 PM, Stephan Beal sgb...@googlemail.com wrote: On Sun, Apr 20, 2014 at 1:28 AM, Abilio Marques amarq...@smartappsla.comwrote: /resume/doc/en/abiliojr.pdf But if I tag an specific checkin

[fossil-users] Commit comment

2014-04-14 Thread Abilio Marques
Hi, This doubt has been with me for a long time, but then I kinda forgot about the deal. Anyway, the thing is related to the comment text introduced during the check-in. I want the web interface to show only the first line (in the case of a multiline) over the timeline, but then when I click on

[fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I want everyone to be able to access to the latest version (of the PDF). I have 2 questions: 1. Can I limit access just to PDF files. Actually,

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
, 2014 at 10:22 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one of them being my resumé (done with latex), and I

Re: [fossil-users] Access to doc files

2014-04-07 Thread Abilio Marques
But Richard said turn them all off... On Apr 7, 2014 10:22 AM, Richard Hipp d...@sqlite.org wrote: On Mon, Apr 7, 2014 at 10:47 AM, Abilio Marques amarq...@smartappsla.comwrote: Hi, I want to enable everyone access to the /doc files. I'm using my raspberry pi to host my repos, one

Re: [fossil-users] libfossil Qt GUI mini-preview

2014-03-29 Thread Abilio Marques
Just a random thought. For a few months I've been toying with the idea of creating a version control plugin for Qt Creator. It got Bazaar, ClearCase, GIT, Gerrit, Mercurial, SVN, and CVS... all of them except my favorite one... Fossil. As I'm fond of fossil, I believe people should get more Fossil

[fossil-users] Load balancer blues

2014-03-17 Thread Abilio Marques
Hi, I'm trying to access my personal repo server running at home. I'm doing it from the office, behind a load balancer. If I login, I loose access after a while (asks me to login again). The only solution I've found is to set the IP address terms used in login cookie to 0, but is something I

Re: [fossil-users] Load balancer blues

2014-03-17 Thread Abilio Marques
Ohhh, it's ok if you say so... I was worried about security issues, but I didn't stop to think about them. I'll set it to 0 then. Thanks! On Mon, Mar 17, 2014 at 3:00 PM, Richard Hipp d...@sqlite.org wrote: On Mon, Mar 17, 2014 at 3:27 PM, Abilio Marques amarq...@smartappsla.comwrote