Re: [fpc-pascal] Database migration

2020-06-20 Thread Michael Van Canneyt
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');

Re: [fpc-pascal] Database migration

2020-06-20 Thread Jean SUZINEAU
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');

Re: [fpc-pascal] FPC 3.2.0 released!

2020-06-20 Thread Tomas Hajny
On 2020-06-20 19:47, code dz via fpc-pascal wrote: great . but why fpc-3.2.0.i386-win32.exe in the ftp site is different in size and date than sourceforge one They have the same size, it's just the SF webpage shows the size differently from the FTP listing: [SF.net]$ ls -l

Re: [fpc-pascal] FPC 3.2.0 released!

2020-06-20 Thread code dz via fpc-pascal
great . but why fpc-3.2.0.i386-win32.exe in the ftp site is different in size and date than sourceforge one 2020-06-20 12:43 UTC+02:00, Dave Connolly via fpc-pascal : > Fantastic. Superb work everyone. > > On Sat 20 Jun 2020, 11:04 Marco van de Voort, > wrote: > >> Hello, >> >> Finally, the Free

Re: [fpc-pascal] Database migration

2020-06-20 Thread leledumbo via fpc-pascal
> 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

Re: [fpc-pascal] FPC 3.2.0 released!

2020-06-20 Thread Dave Connolly via fpc-pascal
Fantastic. Superb work everyone. On Sat 20 Jun 2020, 11:04 Marco van de Voort, wrote: > Hello, > > Finally, the Free Pascal 3.2.0 release is available from our servers and > from sourceforge. > > Changes that may break backwards compatibility will be documented at: >

[fpc-pascal] FPC 3.2.0 released!

2020-06-20 Thread Marco van de Voort
Hello, Finally, the Free Pascal 3.2.0 release is available from our servers and from sourceforge. Changes that may break backwards compatibility will be documented at: http://wiki.freepascal.org/User_Changes_3.2.0. For an overview of what is new see