dimitr
ef040723f7
This should fix the regression reported in fb-devel.
2014-03-21 18:57:41 +00:00
firebirds
62b015518d
nightly update
2014-03-20 00:34:42 +00:00
hvlad
6ca0cbb78a
Additional patch for CORE-3362 : Cursors should ignore changes made by the same statement:
...
- fixed error when "NOT IN" expression is turned into (better optimized) equivalent expression:
new RseBoolNode's lost parentForNode member (required later to [not]set stable cursor savepoint)
- replaced pointer to outer ForNode (parentForNode) by boolean flag (ownSavepoint) - it simplifies cloning of nodes
2014-03-19 22:31:50 +00:00
asfernandes
04b5e4027e
Warnings.
2014-03-19 16:19:56 +00:00
asfernandes
a94ccac632
Revert the behavior of SHOW command without a database connection. It makes sense for SHOW SQL DIALECT.
2014-03-19 16:19:32 +00:00
firebirds
05737cc9a7
nightly update
2014-03-19 01:03:18 +00:00
asfernandes
55f7f836b4
Warning.
2014-03-18 16:33:02 +00:00
firebirds
ffce5c4c0a
nightly update
2014-03-18 00:30:06 +00:00
dimitr
6a028e3cbb
Fixed a regression in my recent commit, thanks to Adriano.
2014-03-17 17:37:41 +00:00
firebirds
a785bdf92d
nightly update
2014-03-17 02:39:29 +00:00
asfernandes
2ba73f6fb2
Scope.
2014-03-16 18:46:57 +00:00
asfernandes
c5ed1e0334
Misc.
2014-03-16 18:41:42 +00:00
firebirds
d7c45b4b09
nightly update
2014-03-16 00:44:59 +00:00
dimitr
c0361bc609
Fixed CORE-4366: Wrong result of WHERE predicate when it contains NULL IS NOT DISTINCT FROM (select min(NULL) from ...)
2014-03-15 18:43:45 +00:00
dimitr
383b4840b5
Refactored the conjuncts handling code in the optimizer to be simpler and avoid duplication. As a side effect, this also fixes CORE-4365: Equality predicate distribution does not work for some complex queries. Cleanup up some legacy checks that I consider unnecessary.
2014-03-15 18:00:33 +00:00
firebirds
f32ddcf978
nightly update
2014-03-15 03:08:46 +00:00
asfernandes
f197d5912a
Fixed restore of sh_test.gbk in TCS.
2014-03-14 16:45:09 +00:00
asfernandes
d785b0a3fb
Fixed problem with SHOW GENERATOR after SET GENERATOR became DDL.
2014-03-14 15:41:15 +00:00
robocop
6a7d4ca3ff
Misc.
2014-03-14 00:42:20 +00:00
firebirds
7169f2f348
nightly update
2014-03-13 00:35:45 +00:00
roman-simakov
77d654c2d2
Misc
2014-03-12 17:13:05 +00:00
roman-simakov
070c85aadd
Corrected gfix messages to avoid user's panic. Reviewed by Vlad.
2014-03-12 15:51:12 +00:00
alexpeshkoff
bc6ef02abd
Make functions in IMessageMetadata non-const like the rest of interfaces
2014-03-12 09:32:10 +00:00
alexpeshkoff
578c5cf033
Patch from Dimitry Sibiryakov - enable access to messages longer than 64Kb from SQLDA. Slightly modified to avoid code duplication.
2014-03-12 09:19:40 +00:00
robocop
3e52925a0d
Include rdb$linger in SHOW DATABASE and-x (extract database).
2014-03-11 07:53:01 +00:00
robocop
13129284e3
The new API requires checking for null pointer before, not after the call. Maybe there are other places that need adjustment.
2014-03-11 07:47:34 +00:00
robocop
e964c4f2a2
More restrictions on sys tables. Please report if you have problems with DDL or the utilities.
2014-03-11 07:40:42 +00:00
robocop
2645c2ea80
Gpre was generating code to connect isql to the build db (yachts) instead of the runtime db.
2014-03-11 06:22:52 +00:00
robocop
08e41c696f
- I was caught by a null pointer due to an error reported by the engine in embedded mode. I prefer the code generated by gpre to be redundant for now.
...
- When starting multiple txns, the code was printing the next, not the current in the loop.
2014-03-11 06:19:44 +00:00
robocop
8b8090027c
Misc.
2014-03-11 06:12:13 +00:00
robocop
aa136baedb
Add the missing ACL_end because walk_acl() doesn't detect the end of the stream and reads trash instead, producing the strange message (unrecognized ACL) instead of the denied access right.
2014-03-11 06:11:39 +00:00
robocop
e91a586a11
Use memset.
2014-03-11 06:09:37 +00:00
robocop
626270ff82
isql embedded hangs when trying to quit after an error (thanks Vlad for solution).
2014-03-11 06:08:27 +00:00
robocop
e59fae0110
Misc.
2014-03-11 06:07:05 +00:00
firebirds
2649bb9618
nightly update
2014-03-10 00:32:53 +00:00
dimitr
523f1ea2c8
Reworked one of my prior commits that caused regression CORE-4360: Select from derived table which contains GROUP BY on field with literal value returns wrong result.
2014-03-09 09:33:35 +00:00
dimitr
2cc62d9a4b
Fixed what I believe was a mistake.
2014-03-09 09:30:49 +00:00
asfernandes
19abcf94fd
Cleanup InternalMessageBuffer.
2014-03-09 01:55:42 +00:00
firebirds
2ae27a6309
nightly update
2014-03-09 00:31:01 +00:00
dimitr
f9c9257fc9
Totally misc.
2014-03-08 07:26:08 +00:00
firebirds
3b498b9b9d
nightly update
2014-03-08 00:34:29 +00:00
robocop
f76267b069
Misc.
2014-03-07 20:34:00 +00:00
asfernandes
fc8a3bed09
Fixed problem with hash join using keys with non-none character set. Dmitry, please review.
2014-03-07 16:21:01 +00:00
hvlad
47a964fc75
Refactor TraceParamsImpl and company
2014-03-07 12:48:46 +00:00
firebirds
740d9fb132
nightly update
2014-03-07 00:48:44 +00:00
asfernandes
d7550f6468
Fixed CORE-4357 - Parsing of recursive query returns error "Column does not belong to referenced table" for source that HAS such column. Relates to CORE-4322.
2014-03-06 16:20:24 +00:00
asfernandes
6a15ff56d4
Warnings.
2014-03-06 16:20:05 +00:00
firebirds
35bb1d5c1b
nightly update
2014-03-06 00:32:18 +00:00
asfernandes
b0d8a55c63
Misc.
2014-03-05 02:15:58 +00:00
firebirds
d8dcd2a373
nightly update
2014-03-05 01:15:32 +00:00
robocop
9be0222bb6
Misc.
2014-03-04 14:25:49 +00:00
robocop
ae1eaf4d7a
Backup and restore rdb$linger.
2014-03-04 14:24:28 +00:00
robocop
d37a30da47
Cleanup: remove useless burp_fld.fld_character_length.
2014-03-04 14:21:22 +00:00
asfernandes
ddd97ce346
Misc.
2014-03-04 02:12:15 +00:00
firebirds
4522511d76
nightly update
2014-03-04 00:30:43 +00:00
robocop
874db585f5
Rename get_numeric and put_numeric to what they are really: get_int32 and put_int32.
2014-03-03 20:00:16 +00:00
alexpeshkoff
5dc87519d8
Avoid zerodivide error, reported by Dmitry Sibiryakov
2014-03-03 11:18:31 +00:00
alexpeshkoff
a596c0c22e
This fixes linux build and hopefully does not break windows & darwin
2014-03-03 09:24:44 +00:00
robocop
f071dff44f
Replace the "while" with unconditional break with an "if". (PVS_Studio).
2014-03-03 04:41:52 +00:00
robocop
ae8f6d6b8f
Misc.
2014-03-03 04:37:29 +00:00
firebirds
4884a4a1e6
nightly update
2014-03-01 00:25:57 +00:00
hvlad
c5e98f8b2b
Fixed Windows build
2014-02-28 15:03:34 +00:00
firebirds
b9117f8f1e
nightly update
2014-02-28 00:18:50 +00:00
firebirds
f793b1bf77
nightly update
2014-02-27 00:21:24 +00:00
alexpeshkoff
86d9a11f6c
Mac port
2014-02-26 12:31:20 +00:00
firebirds
d72d32da66
nightly update
2014-02-26 00:28:41 +00:00
asfernandes
71772092c0
Fix warning in Linux.
2014-02-25 14:47:14 +00:00
hvlad
d125f5617a
Fixed warning by PVS-Studio
...
Review is appreciated
2014-02-25 14:18:32 +00:00
alexpeshkoff
e19df1d0c9
Fixed posix build and expected logic of the code
2014-02-25 09:27:28 +00:00
dimitr
d91fd2ed8a
Fixed CORE-4353: Sorting records are larger than really necessary.
2014-02-25 09:01:28 +00:00
robocop
b873d352fd
Make DPM_fetch_back return bool.
2014-02-25 06:31:39 +00:00
robocop
aac88ea33d
Make BTR_lookup return bool.
2014-02-25 06:30:18 +00:00
robocop
91467819c4
Misc.
2014-02-25 06:29:01 +00:00
robocop
89daebda26
This bug comes from IB, maybe from the dawn of time (PVS-Studio).
2014-02-25 06:22:16 +00:00
robocop
10a253d613
Make comparisons return plain int (PVS-Studio).
2014-02-25 06:20:09 +00:00
robocop
caaf525d3c
Misc.
2014-02-25 06:13:30 +00:00
firebirds
6e921f72ed
nightly update
2014-02-25 00:42:28 +00:00
asfernandes
e6ba3d47f2
Improvement CORE-2224 - Upgrade ICU to version 52.1
2014-02-24 16:23:16 +00:00
firebirds
320a09d070
nightly update
2014-02-24 00:43:04 +00:00
asfernandes
beae5e3915
Warnings (conflict with MSVC math.h defines).
2014-02-23 02:01:11 +00:00
firebirds
510a9b6a3e
nightly update
2014-02-23 00:37:58 +00:00
dimitr
601a50af29
Changed the code to be better understandable (PVS-Studio).
2014-02-22 18:34:08 +00:00
robocop
b5cc28d40e
Warnings (PVS-Studio).
2014-02-22 16:16:06 +00:00
hvlad
092feed137
Fixed warning by PVS-Studio
2014-02-22 10:01:17 +00:00
robocop
1a797ce2f3
Warnings (PVS-Studio).
2014-02-22 07:10:13 +00:00
robocop
fefc8f9d00
Corrections (PVS-Studio).
2014-02-22 07:09:47 +00:00
robocop
85b7075cf9
Revert code as it was in FB1.5 (PVS-Studio).
2014-02-22 07:04:22 +00:00
robocop
b1c8cb93fb
I don't know why this var was reintroduced, but I don't need it to build FB3.
2014-02-22 07:03:45 +00:00
robocop
fef237cbe9
Misc.
2014-02-22 07:02:50 +00:00
robocop
3d0343b2cd
This bug comes from IB, maybe from the dawn of time (PVS-Studio).
2014-02-22 07:02:27 +00:00
firebirds
d63a7e965e
nightly update
2014-02-22 00:39:18 +00:00
asfernandes
cb3f15792e
Warnings.
2014-02-21 15:47:05 +00:00
firebirds
ecd342c17c
nightly update
2014-02-21 01:06:36 +00:00
dimitr
ae658e91fc
Fixed CORE-4346: v3 GBAK cannot restore backups on pre-v3 server versions.
2014-02-20 06:52:26 +00:00
firebirds
4ebb0800d0
nightly update
2014-02-20 01:39:20 +00:00
hvlad
65a1f44442
Improvement CORE-4345: Ability to trace stored functions execution
2014-02-19 23:16:47 +00:00
dimitr
07192953e3
Fixed CORE-4344: Error "no current record for fetch operation" when table inner join procedure inner join table.
2014-02-19 10:19:00 +00:00
firebirds
af656cd63f
nightly update
2014-02-19 03:08:59 +00:00
hvlad
96ff8b043a
Let subroutine's statement know what procedure\function it belongs to.
...
It allows to know subroutine name and thus produce better error messages (see EXE\stuff_stack_trace) and trace subroutine's correctly.
2014-02-18 11:48:08 +00:00
hvlad
e98867ce53
Additional patch for bug CORE-4275 (create database fault if fbclient.dll loaded from another directory (Providers = Engine12)): use LOAD_WITH_ALTERED_SEARCH_PATH flag unconditionally
2014-02-18 11:42:58 +00:00
asfernandes
3a87224281
Warnings and make Linux debug build compile.
2014-02-18 01:49:07 +00:00
firebirds
33559ab86c
nightly update
2014-02-18 00:39:27 +00:00
dimitr
60a7b6b623
Increased default number of hash slots.
2014-02-17 15:11:27 +00:00
dimitr
1717dac8de
Totally misc.
2014-02-17 15:10:50 +00:00
dimitr
9f80a5a502
Reworked the hash joins implementation for a better performance. To be field tested.
2014-02-17 15:07:03 +00:00
firebirds
1545f9cf74
nightly update
2014-02-17 00:40:30 +00:00
asfernandes
66ed15f026
Warnings.
2014-02-16 21:52:14 +00:00
hvlad
e3b82996a1
Windows only changes:
...
- try to load DLL's from fbclient's folder if DLL's file name contains no full path
- if attempt above failed, load DLL using given file name (as is)
- cleanup
It should fix CORE-4275 (create database fault if fbclient.dll loaded from another directory (Providers = Engine12))
2014-02-16 13:26:19 +00:00
firebirds
3babc6c040
nightly update
2014-02-16 00:53:28 +00:00
hvlad
b339ad102d
Fixed Windows build
...
Increased default unload delay time for unused plugin modules from 1 sec to 1 min
2014-02-15 11:12:56 +00:00
firebirds
84887cfea7
nightly update
2014-02-14 00:28:26 +00:00
hvlad
eccee4d692
Use qualified name for packaged stored procedures in trace output
2014-02-13 21:15:40 +00:00
firebirds
c631ee68ea
nightly update
2014-02-13 00:31:43 +00:00
alexpeshkoff
26b090c93b
Added access to configuration interfaces from IMaster and support for getting configured directories
2014-02-12 11:20:55 +00:00
firebirds
ae9d806101
nightly update
2014-02-12 00:28:06 +00:00
asfernandes
81d2999f35
Fixed CORE-4304 - Engine crashes when attempt to REcreate table with FK after syntax error before such recreating.
2014-02-11 14:52:32 +00:00
dimitr
58691273d2
Slightly changed the invariant handling code for functions.
2014-02-11 09:28:23 +00:00
firebirds
81c80f8a49
nightly update
2014-02-10 00:42:20 +00:00
dimitr
e869780df7
Renamed a few methods for better readability.
2014-02-09 18:28:33 +00:00
dimitr
bd410d08aa
Fixed refactoring errors that caused some optimizer regressions. Also, simplified code a little.
2014-02-09 15:58:33 +00:00
firebirds
08ab181329
nightly update
2014-02-07 00:29:25 +00:00
dimitr
994b04ea98
Fixed the assertion.
2014-02-06 09:52:16 +00:00
robocop
5013cc4f16
Give names to the old and new streams in triggers.
2014-02-06 06:53:57 +00:00
robocop
5852ddbe2d
Misc.
2014-02-06 06:53:12 +00:00
firebirds
4f0ba62bf2
nightly update
2014-02-06 00:38:54 +00:00
asfernandes
56ed22998d
Misc.
2014-02-06 00:37:30 +00:00
dimitr
462cd99636
Fixed some refactoring errors of mine. This should cure CORE-4334: Resources (e.g. sort files) owned by trigger may not be released when it's interrupted asynchronously.
2014-02-05 17:59:39 +00:00
firebirds
d89e1ea66b
nightly update
2014-02-04 00:33:53 +00:00
asfernandes
49fa42fc5e
Fixed CORE-4330 and CORE-4331.
...
CORE-4330 - Not correct result function LAG, if OFFSET value are assigned from a table.
CORE-4331 - LAG, LEAD and NTH_VALUE raise error when the second argument is NULL.
2014-02-03 15:07:13 +00:00
paulbeach
d730cff39b
Darwin port
2014-02-03 08:58:01 +00:00
paulbeach
cd2506896d
Users on Windows are hitting the 1024 FD_SETSIZE socket limit
2014-02-03 08:47:20 +00:00
firebirds
50b3f9c550
nightly update
2014-02-03 00:27:52 +00:00
asfernandes
a52e0ad4c4
Fixed alignment issue.
2014-02-02 01:07:03 +00:00
asfernandes
787f3fd8aa
Misc.
2014-02-02 01:02:57 +00:00
firebirds
4651901db5
nightly update
2014-02-02 00:26:22 +00:00
dimitr
ecf2d228e1
Extended the detailed plan output.
2014-02-01 09:42:30 +00:00
firebirds
90688086df
nightly update
2014-02-01 00:28:28 +00:00
alexpeshkoff
ca4df415ca
Misc enhancements in .conf parser and *.conf.in files
2014-01-31 14:43:25 +00:00
firebirds
33cceae4a5
nightly update
2014-01-31 00:26:57 +00:00
alexpeshkoff
2af22a8bd2
Fixed CORE-4327: Error in QLI when copying NULL blobs between databases
2014-01-30 14:52:02 +00:00
alexpeshkoff
264f939718
Fixed CORE-4326: Keyword SET should not be required in ALTER USER statement
2014-01-30 09:11:06 +00:00
firebirds
16f363cf50
nightly update
2014-01-30 00:45:01 +00:00
asfernandes
79c6b2165b
Fixed CORE-4301 - Non-ASCII data in SEC$USERS is not read correctly.
2014-01-29 15:36:09 +00:00
asfernandes
2ad2765d8e
Misc.
2014-01-29 15:35:48 +00:00
firebirds
576f8840c9
nightly update
2014-01-28 00:50:20 +00:00
alexpeshkoff
b3c65c98b9
Renamed it once more
2014-01-27 16:47:43 +00:00
asfernandes
9350f941dc
Fixed CORE-4322 - Engine crashes when use aggregate or window functions in recursive query. Vlad, please review.
2014-01-27 01:09:32 +00:00
asfernandes
dc03c09415
Misc.
2014-01-27 01:09:05 +00:00
firebirds
365ae2bfab
nightly update
2014-01-27 00:42:01 +00:00
dimitr
39574ba899
Front-ported my recent commit re. possibly slow restore.
2014-01-26 15:27:15 +00:00
firebirds
21b1b109ec
nightly update
2014-01-26 00:24:53 +00:00
dimitr
b91a120a52
Misc.
2014-01-25 09:05:04 +00:00
firebirds
f6c7f6a316
nightly update
2014-01-24 00:34:27 +00:00
alexpeshkoff
ede5ddeaa5
Misc formattingsrc/common/classes/fb_tls.h
2014-01-23 12:26:03 +00:00
hvlad
87ffb96a88
Misc.
2014-01-23 11:20:50 +00:00
paulbeach
018ef04d69
Darwin port for Firebird 3
2014-01-23 09:46:29 +00:00
firebirds
13c2c60fd7
nightly update
2014-01-23 00:49:25 +00:00
alexpeshkoff
9f0f251599
Fixed CORE-4321: Regression: ISQL does not destroy the SQL statement
2014-01-22 11:21:51 +00:00
firebirds
d7768425d4
nightly update
2014-01-21 00:32:25 +00:00
alexpeshkoff
00971c3941
Changes in IUtl, suggested by Adriano & Dmitry
2014-01-20 14:36:08 +00:00
alexpeshkoff
078827c8e0
Fixed possible alignment issue
2014-01-20 13:08:56 +00:00
hvlad
57b5681a5c
Fixed bug CORE-4319 : Engine crashes when trace config contains line "connection_id=NN" and we attempt to connect to non-existent database/alias
2014-01-20 10:20:48 +00:00
hvlad
4dcfd8750a
Fixed bug CORE-4320 : Regression: isql crash when receiving statistics of execution of sql query
2014-01-20 09:13:37 +00:00
firebirds
27af447523
nightly update
2014-01-20 00:28:23 +00:00
asfernandes
48ea42f1c0
Misc.
2014-01-19 20:38:16 +00:00
firebirds
e823f28143
nightly update
2014-01-18 00:33:05 +00:00
asfernandes
8e932b1809
Misc. and fixes.
2014-01-17 15:05:19 +00:00
dimitr
91b6ad05ac
Placed booleans closer to the retrieval for limited navigational scans. Hopefully, this shouldn't affect anything else.
2014-01-17 14:53:08 +00:00
alexpeshkoff
4171317121
Cleanup
2014-01-17 14:17:22 +00:00
alexpeshkoff
75d2767224
Misc postfixes for ISQL, thanks to Adriano
2014-01-17 14:09:19 +00:00
alexpeshkoff
f2f4fb9e8e
misc
2014-01-17 13:14:01 +00:00
alexpeshkoff
411c3718ca
Fixed CORE-4286: "Statement already has a cursor assigned" error when trying to execute another SQL statement using different cursor name. Moved method setCursorName() from IStatement to IResultSet - it was my fault when splitting cursor from statement.
2014-01-17 12:33:23 +00:00
dimitr
cad838ba02
Fixed CORE-4318: Predicates involving PSQL variables/parameters are not pushed inside the aggregation.
2014-01-17 12:19:52 +00:00
firebirds
daa87d61fb
nightly update
2014-01-17 00:30:31 +00:00
asfernandes
f3e7be12ba
Misc.
2014-01-16 14:52:18 +00:00
alexpeshkoff
d7afd6b300
Print 3 digits in times + fix for windows
2014-01-16 13:44:19 +00:00
alexpeshkoff
1f19455043
Fixed posix build
2014-01-16 13:07:01 +00:00
hvlad
ac9e180d73
Adjusted MSVC10 build.
2014-01-16 11:41:46 +00:00
firebirds
0ff7c5865b
nightly update
2014-01-16 00:31:47 +00:00
alexpeshkoff
949defe5e6
Implemented CORE-4317: Make ISQL use new object API with 32-bit length for object sizes (messages, SQL statements, etc.)
...
Implementation also includes changes in GPRE, but this utility is not complete - only commands, used in ISQL,
are working in code generator for new API.
New interface IUtl is added - it performs tasks, related with database objects (attachment, transaction, etc.),
but not requiring routing in YValve, i.e. client only tasks.
2014-01-15 13:02:08 +00:00
firebirds
7b8dc14b57
nightly update
2014-01-15 00:31:23 +00:00
asfernandes
fc6110da59
Fixed CORE-4315 - Usage of field's alias in view WITH CHECK OPTION leads to incorrect compile error or incorrect internal triggers.
2014-01-14 15:03:22 +00:00
dimitr
13965d5749
Correction.
2014-01-14 10:41:25 +00:00
dimitr
d1f2e501b3
Fixed the server crash during disconnection forced by the network layer.
2014-01-14 09:00:40 +00:00
firebirds
b06eb58528
nightly update
2014-01-14 00:56:35 +00:00
asfernandes
6eac55937d
Misc.
2014-01-13 02:02:28 +00:00
firebirds
e2ad95a8f4
nightly update
2014-01-12 00:35:22 +00:00
hvlad
5e3c596545
Fixed bug CORE-4309 : 'Cache Writer' record in MON$ATTACHMENTS dissapear when delete other connection that running some 'heavy update' on big table via delete from MON$ATTACHMENTS
2014-01-11 09:10:44 +00:00
dimitr
5be7f9dc28
Better output for CHARs.
2014-01-11 08:54:22 +00:00
firebirds
2265cd318a
nightly update
2014-01-11 00:40:41 +00:00
dimitr
94274129b8
Misc.
2014-01-10 08:03:36 +00:00
dimitr
a149317d89
Improvement CORE-3881: Extend the error reported for index/constraint violations to include the problematic key value.
2014-01-10 07:49:51 +00:00
firebirds
38665a41f6
nightly update
2014-01-10 00:54:15 +00:00
alexpeshkoff
818bbdc124
Avoid incorrect error reporting when legacy BLOB cursor is closed
2014-01-09 15:56:24 +00:00
alexpeshkoff
c29c991134
Use correct blr code for boolean field
2014-01-09 15:52:24 +00:00
asfernandes
980cc3edf0
Fixed CORE-4307 - Fields present only in WHERE clause of views WITH CHECK OPTION causes invalid CHECK CONSTRAINT violation.
2014-01-09 15:42:49 +00:00
hvlad
2a67db1b06
Better (i hope) fix for the bugcheck appeared in test bugs.core_195.
...
The original fix broke cursor stability when there are sub-queries, see also CORE-3362.
Misc fixes for better debugging.
2014-01-09 10:29:37 +00:00
firebirds
ef4a8e8a06
nightly update
2014-01-08 00:32:29 +00:00
asfernandes
5dd7381b91
Improvement CORE-4310 - DateAdd(): change input <amount> argument from INT to BIGINT.
2014-01-07 01:15:13 +00:00
firebirds
95025a0397
nightly update
2014-01-07 00:36:02 +00:00