silentworks
11/04/2021, 6:32 PMeunjae
11/04/2021, 8:20 PMprojects.plan
is "Basic",
* number of pages
of the project should be <= 10
I'm googling and seeing quite intimidating functions. Do I happen to miss some neat way?kresimirgalic
11/04/2021, 8:23 PMMichael Ketzer | streamgeist.com
11/04/2021, 8:30 PMkresimirgalic
11/04/2021, 8:58 PMcreate or replace function searchByKeyword(keyword text) returns table (events)
as $func$
SELECT * FROM events
WHERE to_tsvector(description || ' ' || title)
@@ to_tsquery(keyword)
$func$
language sql;
kresimirgalic
11/04/2021, 8:59 PMkresimirgalic
11/04/2021, 8:59 PMreturns table (events)
kresimirgalic
11/04/2021, 8:59 PMsanketc
11/04/2021, 10:29 PMdata = supabase.rpc("recent_user_activity", { 'user_id': 'xyz312', 'start_time': '2021-01-19', 'end_time': '2021-11-04'}).execute()
Scott P
11/04/2021, 10:31 PMRETURNS TABLE (event_name text, event_time timestamp)
Or return a setof
a table:
RETURNS SETOF events
DaveMurphySF
11/04/2021, 11:55 PMDaveMurphySF
11/05/2021, 12:13 AMerinstearns
11/05/2021, 12:19 AMcartItem
like product
. But when i go to the api, the json only shows the product_id, but not the full product object.
How can i make it show the full associated object?Lothar
11/05/2021, 4:54 AMzeeshanok
11/05/2021, 8:11 AMstorage_client
(dart) to try to get download progress from supabase storage files using the Content-Length
header (to get total file size) but i noticed that the header doesnt exist in the response. is there an extra parameter i need to add to the request or is it impossible to get the size of my file?silentworks
11/05/2021, 8:12 AMyurix
11/05/2021, 8:26 AMgaryaustin
11/05/2021, 1:32 PMRy
11/05/2021, 8:05 PMDeleted User
11/06/2021, 1:04 AMsilentworks
11/06/2021, 1:16 AMDeleted User
11/06/2021, 1:58 AMDeleted User
11/06/2021, 1:58 AMDeleted User
11/06/2021, 1:58 AMM0nk3yBrainDead
11/06/2021, 3:37 AMhttps://media.discordapp.net/attachments/577192344533598472/906382874108915762/Screenshot_20211106-112027.png▾
Deleted User
11/06/2021, 3:45 AMReferenceError: Cannot access uninitialized variable.
with this const { createClient } = supabase;
.M0nk3yBrainDead
11/06/2021, 5:02 AMM0nk3yBrainDead
11/06/2021, 5:02 AMDeleted User
11/06/2021, 5:04 AMM0nk3yBrainDead
11/06/2021, 5:04 AM