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

176 Commits

Author SHA1 Message Date
AlexPeshkoff
460c7a9649 Fixed example 2019-11-15 14:44:01 +03:00
Adriano dos Santos Fernandes
fce84939b7 Revert events example to usable version. 2019-11-07 12:56:21 -03:00
Adriano dos Santos Fernandes
79de456a5b Fix example. 2019-03-07 22:18:19 -03:00
Adriano dos Santos Fernandes
d936c74cdd Misc. 2019-01-05 18:47:04 -02:00
AlexPeshkoff
a676d61b72 Improved batch example and interfaces documentation 2018-12-10 17:42:22 +03:00
Alex Peshkoff
e306caff9b Make it possible to use batch interface from ISC API based applications 2018-09-28 18:51:15 +03:00
Adriano dos Santos Fernandes
a3e24613e8 Misc. 2018-08-05 22:39:28 -03:00
hvlad
269ed73bfa Fixed examples. 2018-05-15 12:00:43 +03:00
AlexPeshkoff
45b0e52313 Fixed CORE-5769: Database crypt plugin sample on Pascal is broken 2018-03-11 14:14:33 +03:00
Adriano dos Santos Fernandes
de1c8e4aad Misc. 2018-03-09 00:07:14 -03:00
AlexPeshkoff
f989c6226b An example of accessing DECFLOAT data in UDR 2018-03-07 20:22:33 +03:00
Alexander Peshkov
f53c23c17a New interface Batch helping to efficiently implement JDBC prepared statement batches (#99)
Batch interface implementation
2017-10-23 17:10:49 +03:00
1b8b7d37f5 Enhanced support of decimal float numbers in the client: use better names for SQL_ constants, added interfaces supporting access to decimal float fields in native format, use them in isql instead direct library access, added decimal float support in messages and a sample of it 2017-04-04 13:00:27 +03:00
Adriano dos Santos Fernandes
6b06320fdc Misc. 2017-03-09 00:49:23 -03:00
2df9f4f6d3 Postfix (mostly comments & documentation) for core-5472 2017-02-02 17:05:46 +03:00
4da3997b49 Fixed CORE-5472: Problems with dbcrypt key transfer 2017-01-31 17:38:53 +03:00
e722a4095c Implemented CORE-5442: Enhance control upon ability to share database crypt key between attachments in SS 2017-01-09 20:28:11 +03:00
Adriano dos Santos Fernandes
1e592de776 Misc. 2016-11-13 09:55:21 -02:00
83899abaac Better style 2016-10-14 12:02:15 +03:00
b76648f1f6 Implemented CORE-5374: Make database name available to crypt plugin 2016-10-12 15:22:15 +03:00
10a4cded1a Frontported fix for CORE-5355: XpbBuilder fails to create new TPB 2016-09-22 14:55:20 +03:00
de283bb77b Misc comments - thanks to Dmitry Sibiryakov 2016-06-09 12:48:52 +03:00
Adriano dos Santos Fernandes
c07101e929 Misc. 2016-06-08 21:50:01 -03:00
5d6030db2e Make example 01 built on Windows. Add example of backup (#33) 2016-06-02 13:43:14 +03:00
24ba968d34 Cleanup and minor enhancement in database crypt example 2016-04-04 20:06:55 +03:00
Adriano dos Santos Fernandes
ede09bf269 Misc. 2016-04-03 16:26:11 -03:00
a0bf23492e Added services example 2016-04-01 16:02:18 +03:00
c133e0db89 Little example fix 2016-04-01 15:54:56 +03:00
f92f2a1b09 Implemented CORE-5176: Add interface replacing isc_event_block() and isc_event_counts() functions 2016-03-28 21:10:01 +03:00
69e6c4c07f Fixed docs - thanks to Adriano 2016-03-28 12:02:47 +03:00
Dmitry Yemanov
a958ee4fe2 Minimize dependencies on ODS number in project files. 2016-03-25 09:47:13 +03:00
260fc675dc Added sample of using blobs 2016-03-23 17:04:30 +03:00
1c548a533c Updated samples, added sample 6 2016-03-18 18:29:25 +03:00
alexpeshkoff
0e32c78489 Fixed CORE-5134: Samples of dbcrypt-related plugins contain references to internal files 2016-03-11 15:11:04 +00:00
asfernandes
983b12b676 Warnings. 2016-03-03 22:52:03 +00:00
alexpeshkoff
be9bef903e Sample of writing plugin using pascal 2016-02-23 16:54:19 +00:00
alexpeshkoff
2e04326709 Misc changes in example 2016-02-23 16:53:32 +00:00
alexpeshkoff
7379705b9d Fixed bug in a sample - thanks to Adriano 2016-02-19 10:39:11 +00:00
asfernandes
6259b1b1e0 Misc. 2016-02-15 02:53:24 +00:00
alexpeshkoff
0c2f694ead Postfix for CORE-5100: restored binary compatibility with crypt plugins for RC1 2016-02-04 09:22:03 +00:00
alexpeshkoff
bebf1d5a70 Implemented CORE-5100: Improve control over database crypt keys 2016-02-03 13:20:41 +00:00
alexpeshkoff
081bbb72d8 comment 2016-02-01 16:13:29 +00:00
asfernandes
0e228836a8 Correction. 2016-01-30 23:40:20 +00:00
alexpeshkoff
ffa487a1bc Implemented CORE-5083: Provide method to correcty set offsets in implemented by user IMessageMetadata 2016-01-25 18:34:27 +00:00
asfernandes
c2a0ec08c0 Missing dispose. 2016-01-17 01:14:51 +00:00
alexpeshkoff
474538c7ff Added support for using pascal to access OO API 2015-12-21 17:01:26 +00:00
alexpeshkoff
e3a73a20a6 Fixed crypt application 2015-11-16 16:13:33 +00:00
aafemt
556175ca45 Missing export direcrive 2015-11-06 16:43:49 +00:00
alexpeshkoff
f001ede048 Update samples - use IUtil and IXpbBuilder
Avoid plain isc_ calls
2015-11-05 17:15:10 +00:00
paul_reeves
7224a0ac91 Disconnect from empbuild database on error. 2015-06-26 15:52:56 +00:00