evt-message_store-postgres-database 0.1.4.3 → 0.2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/database/functions/get-category-messages.sql +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae59a3682a4f0a201c4a8f78e705a2fc93088b307cbd0f3d34f5b50375280bd3
|
|
4
|
+
data.tar.gz: 36bd308013e0ad7a84bbe18ad91d4c1b3dad0d553980e35dc1c7987886cae15f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fca995c87550c2f7e4122abbf85aac257515d6987174d16df4638a140a59f5c38f3f40e6dd78f5134c40e20d5b257e5201f455fe87315a1f6b3038a11047f4d
|
|
7
|
+
data.tar.gz: f8f850aefcdd333a47019788252bede1337d3b24381a15527843eeecc54f15ce6f5d3033201bd2a3820af3a3ea322263d52470e67502c99b35bdbe4093bf7621
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
CREATE OR REPLACE FUNCTION get_category_messages(
|
|
2
|
-
|
|
2
|
+
_category_name varchar,
|
|
3
3
|
_position bigint DEFAULT 0,
|
|
4
4
|
_batch_size bigint DEFAULT 1000,
|
|
5
5
|
_condition varchar DEFAULT NULL
|
|
@@ -39,7 +39,7 @@ BEGIN
|
|
|
39
39
|
|
|
40
40
|
-- RAISE NOTICE '%', command;
|
|
41
41
|
|
|
42
|
-
RETURN QUERY EXECUTE command USING
|
|
42
|
+
RETURN QUERY EXECUTE command USING _category_name, _position, _batch_size;
|
|
43
43
|
END;
|
|
44
44
|
$$ LANGUAGE plpgsql
|
|
45
45
|
VOLATILE;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: evt-message_store-postgres-database
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- The Eventide Project
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: scripts
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-06-
|
|
11
|
+
date: 2018-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: " "
|
|
14
14
|
email: opensource@eventide-project.org
|