You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Allow order parameter to be string value
concat::fragment accepts either a string or integer as order parameter value.
Numeric ordering doesn't work once converted to string filenames:
20 sequential fragments for example
| Numeric (no padding) | String (0 Zero Padded) |
|----------------------|------------------------|
| 10_fragment | 001_fragment |
| 11_fragment | 002_fragment |
| ... | |
| 19_fragment | 010_fragment |
| 1_fragment | 011_fragment |
| 20_fragment | 012_fragment |
| 2_fragment | 013_fragment |
| 3_fragment | 014_fragment |
Order has gone to pot...
* Allow order parameter to be string value
concat::fragment accepts either a string or integer as order parameter value.
Numeric ordering doesn't work once converted to string filenames:
20 sequential fragments for example
| Numeric (no padding) | String (0 Zero Padded) |
|----------------------|------------------------|
| 10_fragment | 001_fragment |
| 11_fragment | 002_fragment |
| ... | |
| 19_fragment | 010_fragment |
| 1_fragment | 011_fragment |
| 20_fragment | 012_fragment |
| 2_fragment | 013_fragment |
| 3_fragment | 014_fragment |
Order has gone to pot...
@derbious
adding rspec tests to check manage_pg_hba_conf w/ acls
removing unneeded test
0 commit comments