Translation of "using sqlite" in Polish
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
You are using SQLite in a jurisdiction that does not recognize the public domain.
You are using SQLite in a jurisdiction that does not recognize the right of an author to dedicate their work to the public domain.
Wykorzystujesz SQLite w jurysdykcji, w której nie uznaje się prawa autora do przeznaczenia jego dzieła do wykorzystania w domenie publicznej.
When using SQLite, if the database file does not exist, it is created.
If you're using SQLite, you need to force the database to view the appropriate columns as decimal types, rather than floats.
Jeśli używasz SQLite, musisz wymusić na bazie danych traktowanie niektórych kolumn jako typ decimal zamiast jako float.
If you're using SQLite, the database will be a file on your computer; in that case, NAME should be the full absolute path, including filename, of that file.
Jeśli używasz SQLite'a, baza danych będzie plikiem na twoim komputerze; w tym przypadku NAME powinno być pełną bezwzględną ścieżką, zawierającą nazwę, tego pliku.
An index can be dropped using SQLite DROP command.
For example, using SQLite locally and PostgreSQL in production; or local process memory for caching in development and Memcached in production.
Przykładowo - używacie SQLite lokalnie i PostgreSQL w produkcji; lub pamięci procesów lokalnych dla przechwytywania w trakcie prac rozwojowych oraz Memchached w produkcji.
If you are not using SQLite as your database, additional settings such as USER, PASSWORD, and HOST must be added.
Jeśli nie używasz SQLite'a jako swojej bazy danych, musisz dodać dodatkowe ustawienia, takie jak:settings:'USER', PASSWORD i HOST.
If you are not using SQLite as your database, additional settings such as USER, PASSWORD, HOST must be added.
Jeśli nie używasz SQLite'a jako swojej bazy danych, musisz dodać dodatkowe ustawienia, takie jak:settings:'USER', PASSWORD i HOST.
If you are not using SQLite as your database, additional settings such as USER, PASSWORD, and HOST must be added.
Jeśli nie używasz SQLite'a jako swojej bazy danych, musisz dodać dodatkowe ustawienia, takie jak USER, PASSWORD i HOST.