pharo-rdbms / glorp-sqlite3

Glorp SQLite Integration
MIT License
2 stars 5 forks source link

Migrate driver from UDBC-SQLite3 to Pharo-SQLite3 #1

Open PierceNg opened 4 years ago

PierceNg commented 4 years ago

As subject.

eMaringolo commented 4 years ago

I don't know who is the admin of the repo, but can we create an udbc tag, so we can continue committing in the master branch but using Pharo-SQLite3 instead of the UDBC version?

astares commented 4 years ago

There is no admin: it's a community repo, see https://github.com/orgs/pharo-rdbms/people

You can join and help if you like

PierceNg commented 4 years ago

Did the following:

Plan to do the following:

When done, p7_udbc will be the legacy UDBC version, tested with Pharo 7, and master will be use Pharo-SQLite3 going forward.

Thoughts?

eMaringolo commented 4 years ago

I think we should start using version tags, so in the future the dependency could be made on a particular tag, and that would give us the freedom to move forward without breaking references to the head (implicit) of a particular branch.

astares commented 4 years ago

Yes - I guess we could try in separate branches, but keep the master as "master" and tag it with releases. Similar to other projects. And I doubt people will have a problem migrating since the changes are straightforward.

eMaringolo commented 4 years ago

We can have an udbc branch from the last udbc based commit and let people know about it (just in case somebody wants to continue using it).