issues Search Results · repo:tarantool/node-tarantool-driver language:JavaScript
Filter by
40 results
(89 ms)40 results
intarantool/node-tarantool-driver (press backspace or delete to remove)//tarantool service file
export class TarantoolService {
private connection: TarantoolConnection;
constructor() {
this.connection = new TarantoolConnection({
host: localhost ...
oybekdevuz
- 1
- Opened on Jun 2
- #55
//tarantool service file
export class TarantoolService {
private connection: TarantoolConnection;
constructor() {
this.connection = new TarantoolConnection({
host: localhost ,
port: 3301,
username: tarantool ...
oybekdevuz
- Opened on Jun 2
- #54
Столкнулся предположительно с несовместимостью драйвера с tarantool версий 2.11.* - на все запросы возвращается ответ
undefined.
Шаги для воспроизведения:
1) создать packages.json:
{
dependencies ...
ngalkin91
- 3
- Opened on May 2, 2024
- #52
wormen
- 1
- Opened on Oct 22, 2019
- #49
tarantool.select(spaceId: Number or String, indexId: Number or String, limit: Number, offset: Number, iterator:
Iterator, key: tuple) ключ для индекса не позволяет выполнить поиск по значению больше чем ...
ZUBAT
- 3
- Opened on Mar 25, 2019
- #48
Хочу словить ошибку подключения к тарантулу, но не получается. Есть такой код:
const TarantoolConnection = require( tarantool-driver );
const host = localhost ;
const port = 3310 ;
const username = ...
Erreke
- 1
- Opened on Mar 20, 2019
- #47
Нужно обновить некоторые ссылки в README, они указывают на несуществующие страницы, в частности
https://tarantool.io/en/doc/1.10/box/box_space/#lua-function.space_object.update (ссылки, указанные в разделе ...
mrexox
- Opened on Dec 16, 2018
- #46
Всем привет. Заметил, что не могу вставить большое кличество кортежей на nodejs
node v10.12.0 tarantool-driver@3.0.3 MacOS 10.14
for(let i = 1; i = 1000; i++) {
connection.insert( your_space , [i, ...
affair
- Opened on Oct 14, 2018
- #44
Парни, смотрите, вот тут https://github.com/tarantool/node-tarantool-driver/blob/master/lib/parser.js#L50 у вас стоит
loose проверка входящих аргументов. Если вот здесь
https://github.com/tarantool/node-tarantool-driver/blob/master/lib/event-handler.js#L92 ...
tommiv
- 1
- Opened on Sep 19, 2018
- #43

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.