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
and my records are not nested inside a "bucket" key. Is there any particular reason you are doing this check?
And can you confirm I must write my records with a bucket key that wraps the real value if I want to get multiple results from my selects?
Like, say, my bucket is named "db", I need to
$result = \DB::connection('couchbase')
->table('testing')->key($key)->insert(['mybucket' => [ /* all my values..*/]]);
?
Thank you!
The text was updated successfully, but these errors were encountered:
Hello, thanks for the awesome work!
I'm doing this
That should return a big load of records, but is returning just one.
The "code" reason for that is
Laravel-Couchbase/src/Database/CouchbaseConnection.php
Line 354 in 5a25853
and my records are not nested inside a "bucket" key. Is there any particular reason you are doing this check?
And can you confirm I must write my records with a bucket key that wraps the real value if I want to get multiple results from my selects?
Like, say, my bucket is named "db", I need to
?
Thank you!
The text was updated successfully, but these errors were encountered: