This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
0
You've already forked gambas-source-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gambas-source-code
/
main
/
lib
/
db
History
gambas
77654d842f
Add GB.DateFromString() API.
...
[INTERPRETER] * NEW: Add GB.DateFromString() API.
2021-04-10 23:05:09 +02:00
..
gb.db
…
c_subcollection.c
Enumerating subcollection now silently ignores elements that do not exist anymore, instead of raising an error.
2021-02-06 04:04:42 +01:00
c_subcollection.h
…
CConnection.c
Fix corner-cases for forward-only Result objects.
2021-04-10 03:41:31 +02:00
CConnection.h
…
CDatabase.c
…
CDatabase.h
…
CField.c
…
CField.h
…
CIndex.c
…
CIndex.h
…
CResult.c
Tells the database driver if the connection has already been closed when releasing a query result.
2021-04-10 16:15:34 +02:00
CResult.h
…
CResultField.c
…
CResultField.h
…
CTable.c
Tells the database driver if the connection has already been closed when releasing a query result.
2021-04-10 16:15:34 +02:00
CTable.h
…
CUser.c
…
CUser.h
…
deletemap.c
…
deletemap.h
…
gb_barray.h
…
gb.db.component
…
gb.db.h
Tells the database driver if the connection has already been closed when releasing a query result.
2021-04-10 16:15:34 +02:00
gb.db.proto.h
Tells the database driver if the connection has already been closed when releasing a query result.
2021-04-10 16:15:34 +02:00
main.c
Add GB.DateFromString() API.
2021-04-10 23:05:09 +02:00
main.h
…
Makefile.am
…
sqlite.c
…
sqlite.h
…