On Sat, Oct 13, 2018 at 09:51:53AM +0800, Ben Coman wrote:
> Note that git branches are simply pointers to a particular commit hash.
> There is no computational link between the "branch name" in your repo
> and the "branch name" in the target repo.
Thanks Ben and Alistair. I'll experiment and writ
On Fri, 12 Oct 2018 at 14:04, Alistair Grant wrote:
> Hi Pierce,
>
> On Fri, 12 Oct 2018 at 06:21, Pierce Ng wrote:
> >
> > Hi all,
> >
> > So GlorpSQLite works on Pharo 5 and 6, but not yet on Pharo 7.
>
> I've been using GlorpSQLite in Pharo 7 since development started. It
> is loaded from an
Hi Pierce,
On Fri, 12 Oct 2018 at 06:21, Pierce Ng wrote:
>
> Hi all,
>
> So GlorpSQLite works on Pharo 5 and 6, but not yet on Pharo 7.
I've been using GlorpSQLite in Pharo 7 since development started. It
is loaded from another package's baseline as:
spec
baseline: 'GlorpSQLite' with: [
Hi all,
So GlorpSQLite works on Pharo 5 and 6, but not yet on Pharo 7.
Currently, I have the following:
https://github.com/PierceNg/glorp
https://github.com/PierceNg/glorp-sqlite3
Which are forks of these:
https://github.com/pharo-rdbms/glorp
https://github.com/pharo-rdbms/glorp-sqlite