8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:43:02 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
Vlad Khorsun
df885d5935 Collect network statistics and make it available for the user applications. (#8310)
* Make Remote provider collect wire statistics.
New info items to query wire stats counters.

* New ISQL commands to show wire statistics.

* Remove requirement to not mix local and remote handled items in the same info request.

* Follow @asfernandes suggestion about class members initialization.

* Make ctor explicit, as @sim1984 suggested

* Put isc_info_end into response buffer despite of its presence in info items.
2024-11-12 13:24:54 +02:00
Adriano dos Santos Fernandes
f3205ff81d
Feature SET AUTOTERM in ISQL. (#7868) 2023-11-23 08:48:39 -03:00
Adriano dos Santos Fernandes
39b019574a
Feature #7675 - EXPLAIN statement and RDB$SQL package. (#7697)
* Feature #7675 - EXPLAIN statement and RDB$SQL package.

* Change ObjectsArray::back() to match STL semantics and add front() method.

* Fix indentation problem.

* Add OBJECT_TYPE column.

* Add CARDINALITY column.

* Add conversion from bid to ISC_QUAD.

* Replace fb_assert by static_assert.

* Change ACCESS_PATH output parameter to blob.

* Improve docs.
2023-09-18 21:52:20 -03:00
Vlad Khorsun
a4c6a4db1c Some misc corrections per Adriano comments and documentations. 2022-06-24 12:18:33 +03:00
Adriano dos Santos Fernandes
552ca92fb8 Change docs (#6910). 2021-07-30 15:25:20 -03:00
Adriano dos Santos Fernandes
234ae81f32 Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR. 2021-07-30 15:25:20 -03:00
Adriano dos Santos Fernandes
1a8a895656 Revert "Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR."
This reverts commit c93e8489fb.
2021-07-28 15:08:38 -03:00
Adriano dos Santos Fernandes
a4c15ca751 Revert "Change docs (#6910)."
This reverts commit aa60b60a79.
2021-07-28 15:08:13 -03:00
Adriano dos Santos Fernandes
aa60b60a79 Change docs (#6910). 2021-07-28 10:44:56 -03:00
Adriano dos Santos Fernandes
c93e8489fb Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR. 2021-07-26 17:02:12 -03:00
hvlad
2d5dc3f473 Update documentation (CORE-4933) 2020-04-20 13:05:48 +03:00
robocop
e857b19539 Explain other isql options. 2005-10-14 04:10:40 +00:00
robocop
ac3e6860b1 Another little change I forgot to document. 2005-04-03 07:06:39 +00:00
robocop
055d3a4099 Update some docos. 2005-04-03 06:59:41 +00:00
robocop
5089939cd7 Write my pending documentation. 2005-03-10 02:35:55 +00:00
robocop
1dd20ab74c To do's. 2005-02-04 09:58:18 +00:00