Developer01
ac729926c8
* „Linie 2: Removed the import for 'DigitalData.Modules.Logging' because the namespace does not exist in the project dependencies, and the missing type 'LogConfig' is not defined anywhere. This will not fix the error, but is a necessary first step. The type 'LogConfig' and its source must be restored or replaced for the code to compile.“ in Datei „Database\Adapters\Oracle.vb“
2025-12-29 13:43:44 +01:00
Developer01
20177c2d68
* „Linie 14: Removed the LogConfig parameter from the constructor, as the type does not exist.
...
Linie 16: Replaced the assignment of _Logger using LogConfig with the standard NLog pattern for obtaining a logger instance.
Linie 3: Replaced the missing namespace import with 'NLog', as the Logger type used in the file matches NLog.Logger, which is available as a NuGet package in the project.
Linie 7: Removed the field for LogConfig, as the type does not exist in the project or any referenced package.“ in Datei „Database\Adapters\ODBC.vb“
2025-12-29 13:43:32 +01:00
Developer01
a65dd9fc83
* „Linie 1: Added 'Imports System.Data' to bring 'DataTable' into scope, as 'System.Data.DataTable' is the correct type and is available in the referenced assembly.“ in Datei „Database\Adapters\MSSQLServer.vb“
2025-12-29 13:43:11 +01:00
Developer01
da954a3416
* „Linie 4: Added 'Imports System.Data' to make the 'DataTable' type available, as 'System.Data.DataTable' is the correct type and is defined in the System.Data namespace.“ in Datei „Database\Adapters\Firebird.vb“
2025-12-29 13:42:44 +01:00
Developer01
cfc6c9bdbe
* „Linie 4: Added the necessary import for System.Data to resolve the 'DataTable' type, which is defined as System.Data.DataTable.“ in Datei „Database\Adapters\Oracle.vb“
2025-12-29 13:42:27 +01:00
Developer01
9e9420ce41
* „Linie 1: Added 'Imports System.Data' to bring 'DataTable' into scope, as 'System.Data.DataTable' is the correct type for 'DataTable'.“ in Datei „Database\Adapters\ODBC.vb“
2025-12-29 13:42:17 +01:00
2d3a1cd25c
Korrektur von MS in master nachgezogen
2025-06-03 08:47:17 +02:00
Developer01
2991b52c17
MS Parameter renaming
2025-05-16 11:54:14 +02:00
Developer01
67e6e68394
MS Database SQL GDPicture angepasst
2025-02-18 11:00:39 +01:00
Developer01
41af4b0506
Update GDPicture
2024-09-23 16:50:38 +02:00
Jonathan Jenne
bdceababcf
Database: log transaction mode, add datatable async functions
2024-01-05 12:45:17 +01:00
Jonathan Jenne
b16050cfc6
Database: fix missing message on exception
2023-09-14 15:40:45 +02:00
Jonathan Jenne
681c561a7d
add property MaskedConnectionString
2023-07-31 14:24:47 +02:00
Jonathan Jenne
03f81938ae
Fix connection mismatch for getdatatable / getscalarvalue
2023-07-24 10:43:11 +02:00
Jonathan Jenne
36b38f0bd8
database: improve error loggging
2023-06-16 09:19:10 +02:00
Jonathan Jenne
10d8e7749a
Database: Fix Logging of errors with sql queries
2023-05-16 08:47:24 +02:00
dd4a4aad95
MS
2023-04-25 13:24:16 +02:00
Jonathan Jenne
2816b644da
Database: Log all command parameters
2022-12-16 08:34:19 +01:00
Jonathan Jenne
8267ecb72d
Database: Fix logging
2022-11-25 10:28:20 +01:00
Jonathan Jenne
ddc11b62a5
Database: Small stuff
2022-11-24 11:24:26 +01:00
Jonathan Jenne
5481763eb1
Database: Add overload for all methods which accepts a SQLCommand object instead of a SQL query string
2022-11-02 16:18:31 +01:00
Jonathan Jenne
95a0e578da
WIP: Database with sql connection object
2022-11-02 09:01:42 +01:00
Jonathan Jenne
042bbce9f4
MONSTER: Rename Monorepo to Modules, only keep Projects under Modules.*
2022-09-29 13:50:43 +02:00