On Mon, 22 Jun 2020, Jean SUZINEAU wrote:
Le 21/06/2020 à 09:55, Michael Van Canneyt a écrit :
I use the functionality in the database desktop actively.
The generated code even runs in Delphi.
If you look at it and find ways to improve it, I'm all ears :-)
I got a quick loo
Le 21/06/2020 à 09:55, Michael Van
Canneyt a écrit :
I use the functionality in the database desktop actively.
The generated code even runs in Delphi.
If you look at it and find ways to improve it, I'm all ears :-)
I
On Sun, 21 Jun 2020, Jean SUZINEAU wrote:
Le 21/06/2020 à 00:30, Michael Van Canneyt a écrit :
FPC contains this as well since many years, you can drop the
components on a form, but they
are exposed in the lazarus database desktop as well.
Very interesting, I didn't know this existed. I wi
Le 21/06/2020 à 00:30, Michael Van Canneyt a écrit :
FPC contains this as well since many years, you can drop the
components on a form, but they
are exposed in the lazarus database desktop as well.
Very interesting, I didn't know this existed. I will have look at it.
In fact I developed my co
On Sun, 21 Jun 2020, Jean SUZINEAU wrote:
Hello,
Le 19/06/2020 à 13:55, Darius Blaszyk via fpc-pascal a écrit :
Schema::create('flights', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('airline');
$table
Hello,
Le 19/06/2020 à 13:55, Darius Blaszyk
via fpc-pascal a écrit :
Schema::create('flights', function (Blueprint $table) {
$table->id();
$table->string('name');
$table->string('air
> But before I proceed I would like to check here if something like this
already exists
None that I know of for native Pascal. As I no longer use ORM, Sqitch does
the job for me these days. Basically it's like a git for database schema
(surely you can do CRUD as well there, but it's mainly for sch
Hi all,
After spending the last 12 months working intensively on a PHP based
project, I moved back to FPC once again for another project. One of the
more interesting concepts working in PHP was migrations. These are simple
scripts that define the columns in a database table including indexes and
f