Skip to main content
141 votes
5 answers
109k views

I am working with a rather large app written in JSF 1.2. JSF 1.2 is around 6 years old now. I need to upgrade to JSF 2.0. How painful will this be? I noticed that some attributes in custom tags have ...
mkoryak's user avatar
  • 58.1k
310 votes
5 answers
118k views

What version of SQLite is used in Android? I'm wondering how to handle schema migrations. The newer SQLite versions support an ALTER TABLE SQL command which save me from having to copy data, drop the ...
Eno's user avatar
  • 10.9k
130 votes
13 answers
233k views

I saw many questions about this, and tried to solve the problem, but after one hour of googling and a lots of trial & error, I still can't fix it. I hope some of you catch the problem. This is ...
Lakatos Gyula's user avatar
272 votes
27 answers
1.1m views

I am involved in a data migration project. I am getting the following error when I try to insert data from one table into another table (SQL Server 2005): Msg 8152, Level 16, State 13, Line 1 ...
Jim Evans's user avatar
  • 6,593
257 votes
42 answers
345k views

I'm trying to create foreign keys in Laravel however when I migrate my table using artisan i am thrown the following error: [Illuminate\Database\QueryException] SQLSTATE[HY000]: General error: 1215 ...
user0129e021939232's user avatar
266 votes
17 answers
384k views

Anyone know a quick easy way to migrate a SQLite3 database to MySQL?
Stephen Cox's user avatar
  • 3,653
179 votes
17 answers
551k views

I have this query with MySQL: select * from table1 LIMIT 10,20 How can I do this with SQL Server?
MrNapkin's user avatar
  • 3,859
88 votes
15 answers
87k views

I'm using Rails migrations to manage a database schema, and I'm creating a simple table where I'd like to use a non-integer value as the primary key (in particular, a string). To abstract away from my ...
Rudd Zwolinski's user avatar
52 votes
6 answers
14k views

I'm using a string Encryption/Decryption class similar to the one provided here as a solution. This worked well for me in .Net 5. Now I wanted to update my project to .Net 6. When using .Net 6, the ...
Optim's user avatar
  • 763
9 votes
1 answer
37k views

I am planning to migrate to the Struts 2 with the Struts 1 code base. I am not getting any good source to proceed on this migration. Could you please help on this approach?
user3018534's user avatar
129 votes
13 answers
127k views

I switched to PHP 5.6.0 and now I get the following warning everywhere: Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated and will be removed in a future version. To avoid this ...
rr-'s user avatar
  • 14.9k
1586 votes
32 answers
645k views

I wrongly named a column hased_password instead of hashed_password. How do I update the database schema, using migration to rename this column?
user1994764's user avatar
  • 16.1k
55 votes
3 answers
71k views

I have an application that we're trying to migrate to 64bit from 32bit. It's .NET, compiled using the x64 flags. However, we have a large number of DLLs written in FORTRAN 90 compiled for 32bit. ...
David J. Sokol's user avatar
346 votes
19 answers
234k views

Since I use Maven I have been able to build and install in my local repository projects that have incomplete Javadoc tags (for example, a missing parameter). However, since I migrated to Java 8 (1.8....
Sergio's user avatar
  • 8,670
105 votes
8 answers
47k views

I recently switched from Django 1.6 to 1.7, and I began using migrations (I never used South). Before 1.7, I used to load initial data with a fixture/initial_data.json file, which was loaded with the ...
Mickaël's user avatar
  • 4,002

15 30 50 per page
1
2 3 4 5
72