storj/satellite/metainfo/metabase
Michal Niewrzal 83e7cd2a40 satellite/metainfo/metabase: replace SQL substring with go code
We have some issues with SUBSTRING function on cockroachdb so for now we
are removing it from SQL query and replacing with go code.

Change-Id: I5be921211067d42e7d1a4997076bcfdbed9617a1
2020-12-02 10:47:18 +01:00
..
commit_test.go satellite/metainfo/metabase: add EncryptedMetainfoEncryptedKey parameter 2020-11-17 10:19:12 +00:00
commit.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
common_test.go satellite/metainfo/metabase: add package for metainfo database 2020-08-27 17:31:11 +00:00
common.go satellite/metainfo: code cleaning 2020-11-17 15:50:40 +02:00
db_test.go satellite/metainfo/metabase: basic migrate 2020-11-05 16:31:02 +02:00
db.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
delete_expired_test.go satellite/metainfo/metabase: DeleteExpiredObjects 2020-11-13 15:31:31 +02:00
delete_expired.go satellite/metainfo/metabase: DeleteExpiredObjects 2020-11-13 15:31:31 +02:00
delete_test.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
delete.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
encoding.go satellite/metainfo/metabase: move metainfo PoC into storj repo 2020-10-29 09:44:55 +01:00
get_test.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
get.go satellite/metainfo: add testing methods for getting objects and segments 2020-12-01 12:44:08 +00:00
iterator_test.go satellite/metainfo/metabase: add slow non-recursive listing 2020-11-17 16:47:29 +02:00
iterator_util_test.go satellite/metainfo: code cleaning 2020-11-17 15:50:40 +02:00
iterator.go satellite/metainfo/metabase: replace SQL substring with go code 2020-12-02 10:47:18 +01:00
list_segments_test.go satellite/metainfo/metabase: fix segment listing with cursor.Part 2020-11-24 15:31:57 +02:00
list_segments.go satellite/metainfo/metabase: fix segment listing with cursor.Part 2020-11-24 15:31:57 +02:00
list.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
raw.go satellite/metainfo/metabase: add TotalPlainSize to objects table 2020-11-25 14:35:28 +01:00
test_test.go satellite/metainfo: implement IsBucketEmpty with metabase 2020-11-25 12:20:30 +00:00
util.go satellite/metainfo/metabase: commit object without proofs 2020-11-09 15:18:07 +00:00