Re: [Pharo-users] Pharo and SQLite

2015-10-18 Thread Hilaire
Le 15/10/2015 20:54, Mariano Martinez Peck a écrit : > SQL queries or even writing mappings via a relational mapper are > always a pain. So, my comment is that if you are willing to NOT have > acid, transactions, and many other of the relational db features, you > can use a simple one-file based ap

Re: [Pharo-users] CiteZen and Pharo 5 / Pharo4 tests

2015-10-18 Thread stepharo
Yes. I'm sorry but I'm sick, failing also the reinstall my machine and was trying to organise birthday party of my last son ;) Stef Le 17/10/15 13:21, Stephan Eggermont a écrit : On 17-10-15 12:02, Peter Uhnák wrote: On Fri, Oct 16, 2015 at 6:50 PM, Stephan Eggermont wrote: Uhm, there is

Re: [Pharo-users] CiteZen and Pharo 5 / Pharo4 tests

2015-10-18 Thread Stephan Eggermont
On 18-10-15 11:16, stepharo wrote: Yes. I'm sorry but I'm sick, failing also the reinstall my machine and was trying to organise birthday party of my last son ;) No problem. I've committed a version to the MetaRepoForPharo50 as I couldn't write in the repo. In Pharo 5 it doesn't load. I change

Re: [Pharo-users] Pharo messaging

2015-10-18 Thread Norbert Hartl
> Am 13.10.2015 um 13:53 schrieb Torsten Bergmann : > > Hi, > > Lots of message apps in use today (WhatsApp, Telegram, ...) on phones and > mobile > devices. There is "WhatsAPI" [1] - but my understanding is that it was closed > for > legal/security reasons. There are other solutions like Tel

Re: [Pharo-users] CiteZen and Pharo 5 / Pharo4 tests

2015-10-18 Thread Stephan Eggermont
On 18-10-15 12:31, Stephan Eggermont wrote: I've committed a version to the MetaRepoForPharo50 as I couldn't write in the repo. In Pharo 5 it doesn't load. I changed the build to use the MetaRepo version and build both 4 and 5 versions. In Citezen-Reborn-StephaneDucasse.36 there is the method C

[Pharo-users] Live interaction with SQLite data from Pharo

2015-10-18 Thread Offray Vladimir Luna Cárdenas
Hi, I have followed the short tutorials[1][2] on SQLite and Pharo and my connection is working properly. But I miss some liveliness on how interact with data base, particularly after seeing the video from Doru at [3], where near to min 38 he shows a connection with a Posgresql data base which

Re: [Pharo-users] Thanks for Pharo

2015-10-18 Thread Ben Coman
Thanks very much for your thoughts Jimmie. Day to day, its easy to take for granted what we have. On Sat, Oct 17, 2015 at 6:14 AM, Jimmie Houchin wrote: > Sometimes conversations revolve around perceived deficiencies in Pharo. What > Pharo is missing. Or what Pharo doesn't do as well as my previ

[Pharo-users] Error: Unable to resolve external type: sqlite_int64 (It was Re: Live interaction with SQLite data from Pharo)

2015-10-18 Thread Offray Vladimir Luna Cárdenas
Hi, I'm trying my queries in a more static form. My idea is to get proper insertion of Smalltalk object values on a SQLite database, but when I try: ~~~ db execute: 'INSERT INTO BLOGPOSTS values (?, "Hola mundo!");' with: #(2) ~~~ I get: error message: "Error: Unable to resolve externa

[Pharo-users] loading GToolkit in Pharo 3.0 no longer works

2015-10-18 Thread p...@highoctane.be
It used to but the configurations have been really messed up. e.g. I get "Bricks" mentions... Phil

[Pharo-users] Pharo and Fossil

2015-10-18 Thread Hilaire
Hello, Following the recent post on SQLite, I came to read about Fossil[1]. Are any of you using Fossil for Pharo project? If so what is your required set up, script, etc.? Thanks Hilaire [1] http://www.fossil-scm.org -- Dr. Geo http://drgeo.eu http://google.com/+DrgeoEu

Re: [Pharo-users] Error: Unable to resolve external type: sqlite_int64 (It was Re: Live interaction with SQLite data from Pharo)

2015-10-18 Thread Offray Vladimir Luna Cárdenas
Hi again, Solved! Torsten advice was: ~~~ Change apiBindInteger: aStatement atColumn: aColumn with: anInteger to use an integer in the NB call 1:41 apiBindInteger: aStatement atColumn: aColumn with: anInteger "int sqlite3

Re: [Pharo-users] loading GToolkit in Pharo 3.0 no longer works

2015-10-18 Thread Andrei Chis
How are you loading it? What errors do you get? The moose 5 job from the CI that loads moose on top of pharo 3 still works. https://ci.inria.fr/moose/job/moose-5.0/ Cheers, Andrei On Sun, Oct 18, 2015 at 8:40 PM, p...@highoctane.be wrote: > It used to but the configurations have been really me

Re: [Pharo-users] CiteZen and Pharo 5 / Pharo4 tests

2015-10-18 Thread stepharo
Oops I will fix that. Le 18/10/15 17:33, Stephan Eggermont a écrit : On 18-10-15 12:31, Stephan Eggermont wrote: I've committed a version to the MetaRepoForPharo50 as I couldn't write in the repo. In Pharo 5 it doesn't load. I changed the build to use the MetaRepo version and build both 4 and

Re: [Pharo-users] Thanks for Pharo

2015-10-18 Thread stepharo
Sorry not to react I got sick and I'm still quite fussy. Thanks for your mail. Stef Le 17/10/15 00:14, Jimmie Houchin a écrit : Sometimes conversations revolve around perceived deficiencies in Pharo. What Pharo is missing. Or what Pharo doesn't do as well as my previous language, my favorite la