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
https://wiki.freepascal.org/FPC_New_Featur
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:
> http://wiki.freepascal.org/U
> 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
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
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 /home/frs/project/
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
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
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