Commit 189bb7b
(PDB-4269) PQL: support 64-bit integers (matching puppet)
Match the current "practical limit" on integers. Previously PQL
integers were 32-bit:
https://puppet.com/docs/puppet/6.17/lang_data_number.html#lang_data_number_integer_type1 parent e3abb42 commit 189bb7b
File tree
2 files changed
+7
-2
lines changed- src/puppetlabs/puppetdb/pql
- test/puppetlabs/puppetdb
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
94 | 96 | | |
95 | | - | |
| 97 | + | |
96 | 98 | | |
97 | | - | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments