[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 8 commits: Fix 'Date.ToISO8601()'. According to Wikipedia, the separator for milliseconds...



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
e37deaac by Benoît Minisini at 2024-06-22T03:07:20+02:00
Fix 'Date.ToISO8601()'. According to Wikipedia, the separator for milliseconds is a dot, not a comma.

[GB.UTIL]
* BUG: Fix 'Date.ToISO8601()'. According to Wikipedia, the separator for milliseconds is a dot, not a comma.

- - - - -
b17a45dc by Benoît Minisini at 2024-06-22T18:20:29+02:00
Fix 'configure.ac' template.

[TEMPLATE]
* BUG: Fix 'configure.ac' template.

- - - - -
4f9d6ba7 by Benoît Minisini at 2024-06-22T18:21:34+02:00
Add 'Collection.ReadOnly' property. Add a new 'gb.db2' experimental component that will be removed to replace 'gb.db' when fully backward-compatible. DO NOT USE IT!

[INTERPRETER]
* NEW: Rename error #65 from "Read-only array" to "Read-only object". Change the associated constant to 'E_READONLY'.
* NEW: 'Collection.ReadOnly' is a new property that allows to make a collection immutable.

[GB.DB2]
* NEW: New experimental component that will be removed to replace 'gb.db' when fully backward-compatible. DO NOT USE IT!

- - - - -
16166c5a by Benoît Minisini at 2024-06-22T18:25:49+02:00
New experimental SQLite database driver for 'gb.db2'.

[GB.DB2.SQLITE3]
* NEW: New experimental SQLite database driver for 'gb.db2'.

- - - - -
87c7f71a by Benoît Minisini at 2024-06-22T18:26:46+02:00
Support for the new 'gb.db2' and 'gb.db2.sqlite3' components.

[CONFIGURATION]
* NEW: Support for the new 'gb.db2' and 'gb.db2.sqlite3' components.

- - - - -
4691bac8 by Benoît Minisini at 2024-06-22T18:27:30+02:00
MongoCollection: Add() methods needs the document identifier now.

[GB.MONGODB]
* BUG: Fix obsolete autoconf commands.
* NEW: MongoCollection: Add() methods needs the document identifier now.

- - - - -
f6569387 by Benoît Minisini at 2024-06-22T18:29:30+02:00
Support for the new components 'gb.db2' and 'gb.db2.sqlite3' components.

[DEVELOPMENT ENVIRONMENT]
* NEW: Support for the new components 'gb.db2' and 'gb.db2.sqlite3' components.

- - - - -
42809ce8 by Benoît Minisini at 2024-06-22T18:30:21+02:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -


30 changed files:

- Makefile.am
- TEMPLATE/template/configure.ac
- app/src/gambas3/.src/Component/CDocumentation.class
- comp/src/gb.util/.icon.png
- comp/src/gb.util/.src/Date.module
- configure.ac
- + gb.db2.sqlite3/AUTHORS
- + gb.db2.sqlite3/COPYING
- + gb.db2.sqlite3/ChangeLog
- + gb.db2.sqlite3/INSTALL
- + gb.db2.sqlite3/Makefile.am
- + gb.db2.sqlite3/NEWS
- + gb.db2.sqlite3/README
- + gb.db2.sqlite3/acinclude.m4
- + gb.db2.sqlite3/component.am
- + gb.db2.sqlite3/configure.ac
- + gb.db2.sqlite3/gambas.h
- + gb.db2.sqlite3/gb.db.h
- + gb.db2.sqlite3/gb_common.h
- + gb.db2.sqlite3/m4
- + gb.db2.sqlite3/reconf
- + gb.db2.sqlite3/src/Makefile.am
- + gb.db2.sqlite3/src/gb.db2.sqlite3.component
- + gb.db2.sqlite3/src/gb_buffer.c
- + gb.db2.sqlite3/src/gb_buffer.h
- + gb.db2.sqlite3/src/helper.c
- + gb.db2.sqlite3/src/helper.h
- + gb.db2.sqlite3/src/main.c
- + gb.db2.sqlite3/src/main.h
- gb.mongodb/configure.ac


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18d9f6295cdc30cfdf3671208f5709a19723b73c...42809ce8a7f215fb15dc7c81159a6b65f8f3f090

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/18d9f6295cdc30cfdf3671208f5709a19723b73c...42809ce8a7f215fb15dc7c81159a6b65f8f3f090
You're receiving this email because of your account on gitlab.com.