1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 17 hours ago.
Aug 22, 2025 — Aug 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor the database drivers - move the ADO.Drivers package in a separate directory
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor database drivers - rename ADO.Drivers.Connections.Postgresql into ADO.Connections.Postgresql
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor database drivers - rename ADO.Drivers.Connections.Sqlite into ADO.Connections.Sqlite
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor database drivers - rename ADO.Drivers.Connections.Mysql into ADO.Connections.Mysql
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor database drivers - rename ADO.Drivers.Dialects into ADO.Dialects
ciceron
as Stephane Carrez
More... over 7 years ago
Refactor database drivers - rename package ADO.Drivers.Connections into ADO.Connections
ciceron
as Stephane Carrez
More... over 7 years ago
Import from ada-util for AM_GNAT_LIBRARY_SETUP macro
ciceron
as Stephane Carrez
More... over 7 years ago
Add FOSDEM 2019 presentation
ciceron
as Stephane Carrez
More... over 7 years ago
Mention the support for floating point numbers
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Get_Double to support floating point numbers
ciceron
as Stephane Carrez
More... over 7 years ago
Declare the Get_Double function to support floating point columns
ciceron
as Stephane Carrez
More... over 7 years ago
Add test on Property_Def with float
ciceron
as Stephane Carrez
More... over 7 years ago
Add test for float
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the model files
ciceron
as Stephane Carrez
More... over 7 years ago
Rebuild the SQL files
ciceron
as Stephane Carrez
More... over 7 years ago
Add a float column in the table for tests
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Set_Field_Float and Set_Field_Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Declare Set_Field_Float and Set_Field_Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Set_Field_Float and Set_Field_Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Declare Set_Field_Float and Set_Field_Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Get_Double to retrieve a floating point column
ciceron
as Stephane Carrez
More... over 7 years ago
Override the Get_Double function to return a floating point column
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Save_Field for a Float and a Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Add Save_Field operations for a Float and Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Bind_Param for a Long_Float and update Expand accordingly
ciceron
as Stephane Carrez
More... over 7 years ago
Add T_LONG_FLOAT enumeration and a Bind_Param with a Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Implement Save_Field with a Long_Float
ciceron
as Stephane Carrez
More... over 7 years ago
Declare a Save_Field procedure with a Long_Float type
ciceron
as Stephane Carrez
More... over 7 years ago
Update the unit test after introduction of a new test database table
ciceron
as Stephane Carrez
More... over 7 years ago
Implement the Get_Double function on query
ciceron
as Stephane Carrez
More... over 7 years ago