hvlad
9ac2238c3d
Merge branch 'query_restarts_2'
2020-03-28 12:20:04 +02:00
hvlad
7c5e3b3af5
Update documentation, consistent style.
...
Thanks to Roman and Nikolay.
2020-03-28 12:15:33 +02:00
hvlad
67491910a4
Update documentation
2020-03-27 12:01:05 +02:00
firebirds
88969da96b
increment build number
2020-03-26 00:06:20 +00:00
AlexPeshkoff
5f22f1f9c6
Comment
2020-03-25 19:43:28 +03:00
AlexPeshkoff
ecaad2890a
Describe new XpbBuilder types and methods in MetadataBuilder
2020-03-25 19:40:57 +03:00
AlexPeshkoff
53fd03604b
Implemented CORE-6268: Add methods to set various names (field, relation, etc.) in metadata builder
2020-03-25 16:27:27 +03:00
firebirds
cfa5f718eb
increment build number
2020-03-25 00:04:58 +00:00
AlexPeshkoff
9e7eb8c082
Output initially hex constants as hex, avoiding fr example use of -1 instead 0xFFFFFFFF
2020-03-24 18:20:23 +03:00
AlexPeshkoff
fd2ab9d2cd
Added more types of clumplets, supported by XpbBuilder. Based on patch from Dimitry Sibiryakov.
2020-03-24 14:40:18 +03:00
firebirds
e3310a52b7
increment build number
2020-03-24 00:05:08 +00:00
Adriano dos Santos Fernandes
a17cf89a42
Merge pull request #262 from mariuz/patch-1
...
Remove CVS/SVN cleanup commands
2020-03-23 17:34:13 -03:00
Popa Marius Adrian
9219cb468d
Remove CVS/SVN cleanup commands
2020-03-23 18:23:12 +02:00
AlexPeshkoff
767cc7ec5b
Changed src tarball format on request of Jiří Činčura
2020-03-23 15:43:19 +03:00
firebirds
10138a08f8
increment build number
2020-03-23 00:04:53 +00:00
hvlad
48ce67206d
Preserve locks when required and there is no next savepoint (for ex. no transaction-level savepoint)
2020-03-22 23:36:43 +02:00
hvlad
e7b97e7290
Restore how DebugInfo was generated.
...
Misc.
2020-03-22 14:04:15 +02:00
hvlad
26ee42e69d
Fixed bug reported privately: request of expression index could run outside of main request's snapshot.
...
Also, in case of error, release request's snapshot later - after undo of request's actions, to let evaluate index's expressions using the same request's snapshot.
2020-03-22 13:35:18 +02:00
Adriano dos Santos Fernandes
3ee737cb20
Fixed CORE-6246 - Problem with too many number of columns in resultset.
2020-03-21 22:49:46 -03:00
firebirds
fa50501da4
increment build number
2020-03-21 00:04:25 +00:00
Dmitry Yemanov
471f1f5380
Fixed CORE-6266
2020-03-20 15:21:27 +03:00
Dmitry Yemanov
09e88dedc9
Avoid calling MOV_compare() for NULL values
2020-03-20 15:21:27 +03:00
Dmitry Yemanov
9f6152a300
One more fix for possible hangs inside the monotoring shmem code
2020-03-20 15:21:27 +03:00
Dmitry Yemanov
dd1c1554c3
Front ported solution for CORE-6216
2020-03-20 15:21:27 +03:00
firebirds
f5afdedd18
increment build number
2020-03-20 00:04:49 +00:00
AlexPeshkoff
8608e81920
Regenerated cloop sample files
2020-03-19 16:25:05 +03:00
AlexPeshkoff
4035bc9f29
Added datatypes related with extended timezone format
2020-03-19 16:24:36 +03:00
firebirds
7864fad322
increment build number
2020-03-19 00:04:52 +00:00
AlexPeshkoff
7b4463b213
Fixed CORE-6265: mapping rules destroyed by backup / restore
2020-03-18 13:21:36 +03:00
firebirds
01cbaa9d2c
increment build number
2020-03-12 00:05:44 +00:00
Adriano dos Santos Fernandes
ec478b8191
Fixed CORE-6262 - SHOW DOMAIN/TABLE does not display character set of system objects.
2020-03-11 15:37:11 -03:00
hvlad
fb548da73d
Make CLOOP generate correct VERSION constants for all kind of outputs.
2020-03-11 19:52:28 +02:00
Adriano dos Santos Fernandes
d6a8768f08
Merge pull request #243 from red-soft-ru/firebird_master_fix_CORE-5972
...
CORE-5972: Fix working external triggers with computed fields
2020-03-11 11:32:48 -03:00
hvlad
7a97a8b050
Introduced generic way to add some specific markers for primary BLR verbs using new blr_marks code.
...
Debug info markers is replaced by blr_marks.
Debug info format and version is changed back.
2020-03-11 12:37:24 +02:00
firebirds
b472581c7a
increment build number
2020-03-11 00:04:52 +00:00
Alexander Peshkov
199b0a6306
Postfix for CORE-6110: always store strings in local StatusVector's memory ( #261 )
...
* Postfix for CORE-6110: always store strings in local StatusVector's memory, i.e. no lost string args
2020-03-10 20:39:04 +03:00
AlexPeshkoff
e3631c4fc8
Fixed CORE-6219: DECFLOAT values and queries with ORDER BY and/or windowed (analitical) functions
2020-03-10 20:29:39 +03:00
AlexPeshkoff
a40511e427
Cleanup some dirt remaining after adding high precision numerics - if we decide to have such explicit type later we can always add what we really need for it
2020-03-10 20:29:39 +03:00
hvlad
16b39a8a96
Correct usage of Arg::Int64, thanks to Dmitry
2020-03-06 16:24:15 +02:00
hvlad
c82dcc915e
Let restart request immediately when update conflict happens at positioned UPDATE\DELETE
2020-03-06 16:13:32 +02:00
firebirds
0be5b338e1
increment build number
2020-03-06 00:04:47 +00:00
hvlad
eae43d80cc
Fixed bug CORE-6224 : [AV] Re-destruction of the rem_port object
2020-03-05 23:31:28 +02:00
hvlad
83da5677f2
Fixed regression found by Nikolay
2020-03-05 12:57:04 +02:00
firebirds
b50967c7b2
increment build number
2020-03-05 00:04:45 +00:00
Alexander Peshkov
2d2df601a3
None gmt fallback ( #260 )
...
Added new form of set bind: SET BIND OF TIME ZONE TO EXTENDED
2020-03-04 19:14:58 +03:00
AlexPeshkoff
684e17d0e4
Fixed CORE-6248: A number of errors when database name is longer than 255 symbols
2020-03-04 19:03:15 +03:00
AlexPeshkoff
b11189f1bb
Fixed CORE-6260: Warnings not always displayed in ISQL
2020-03-04 19:03:15 +03:00
AlexPeshkoff
b2a0cd5c38
Make commented code compilable when needed
2020-03-04 19:03:15 +03:00
firebirds
10dfc7fb81
increment build number
2020-03-03 00:04:42 +00:00
hvlad
b33bffff07
Allow MP compilation for extern projects. MSVC15 only for now.
2020-03-02 19:40:25 +02:00