sqlite tag

49 questions


1 answers
419 views
0
Cannot flash db migrate

When I run the flash db migrate, the Foreignkey has failed as follows:I can't find out what's different about the code.Please let me know and give me some advice.DB uses sqlite3.#Error Contents File C...

1 years ago

1 answers
407 views
0
Some data is not registered in DB

I added data to sqlite using sqlalchemy.Only some data (in this case, password_hash) is not added and becomes null.I'm reviewing it myself, but I can't find any mistakes.Please point out any mistakes ...

1 years ago

1 answers
94 views
0
I would like to check the order history in DB.

I'm a beginner using EC-CUBE for the first time.I installed EC-CUBE4 using Cloud9.Once you shop locally, you can even confirm your order.When I tried to check in DB, I got an error without the dtb_ord...

1 years ago

2 answers
131 views
0
Is there a way to view tables in the GUI in a virtual machine?

PC Environment windows10VagrantVirtualBOXputtyCyberdugI created a virtual development environment with dot installation.I would like to make sure that the password is properly encrypted in the has_sec...

1 years ago

1 answers
57 views
0
Data aggregation for each record over the last seven days

I'd like to aggregate data for each record over the last 7 days in SQL.The DB used is SQLite3.For example, Date | Number of steps --------------------------2018-01-01|60002018-01-02 | 55002018-01-03 ...

1 years ago

1 answers
106 views
0
rakedb —Error during migration

Prerequisites/What you want to achieveI want to resolve the error and migrate it.Problems/Error Messages you are experiencingI tried to rake db:migrate in Migrate membership function to create a datab...

1 years ago

3 answers
120 views
0
How to Replace with a Variable When Using sqlite3 in Python

I am trying to store the database in sqlite3 using python, but I tried to store additional data in sqlite3 with date, but I can't do it well because of a syntax error.Please tell me how to improve it....

1 years ago

4 answers
49 views
0
Using SQLite to Express Numbering to Tables

Thank you for your help.The database is limited to SQLite, and there are about 2000 specific tables.I'm looking for a fast way to do this by randomly wielding numbers.id, name, price, index1,Apple,300...

1 years ago

4 answers
104 views
0
Using SQLite to Express Numbering to Tables

Thank you for your help.The database is limited to SQLite, and there are about 2000 specific tables.I'm looking for a fast way to do this by randomly wielding numbers.id, name, price, index1,Apple,300...

1 years ago

1 answers
60 views
0
Ruby on Rails-Road Error CCould not load' active_record/connection_adaptors/sqlite3_adapter 」

http://railstutorial.jp/.I installed Ruby 2.1 of RailsInstaller, and then I did what I saw on the page.In 1.2.5, when I ran the rails server command and tried to start the local web server, several er...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.