0
votes
3answers
29 views
Porting MS SQL stored procedures to MySQL
i have about 140 - 150 stored procedures that I need to migrate from MS SQL 2005 to MySQL 5.1
After succesfully porting 0 of them in the last eight hours I decied to drop by and ask if anyone has any …
0
votes
0answers
4 views
Extra changeColumns in Doctrine generate-migrations-diff
I'm generating migrations between different yaml schema files: i.e. running:
symfony doctrine:generate-migrations-diff
And the resulting migration file has a whole slew of changeColumn calls that …
1
vote
2answers
30 views
Google Code svn migration
How to migrate from Google Code's subversion to another subversion server keeping the history?
The problem here is that I don't have access to the repository of Google Code, nor to the one I will …
0
votes
1answer
12 views
Moving PostgreSQL database fails on non-ascii characters with ‘value too long’
# Dump my database to a tar file
pg_dump -f myDatabase.tar -F t -h myServer -U myUser -W -i myDatabase
# create a new database
createdb -h myServer -U myUser -T template0 myDatabaseCopy
# restore my …
0
votes
1answer
31 views
How to collaborate on mysql schema?
I'm working with another dev and together we're building out a MySQL database. We've each got our own local instances of MySQL 5.1 on our dev machines. We've not yet been able to identify a way for us …
11
votes
1answer
88 views
Strategy for developing namespaced and non-namespaced versions of same PHP code
I'm maintaining library written for PHP 5.2 and I'd like to create PHP 5.3-namespaced version of it. However, I'd also keep non-namespaced version up to date until PHP 5.3 becomes so old, that even …
0
votes
2answers
36 views
Is AppData now the ‘correct’ place to install user-specific apps (which modify their own data)?
I'm probably just being very thick here, but it's not clear to me where I'm supposed to install 'new' user-specific programs on Windows 7 (and presumably Vista too, though I've not specifically looked …
2
votes
2answers
216 views
Is an update to D2010 really meaningful
I am trying to migrate my own projects to delphi 2010. But it seems to be very difficult.
I use TntControls for old projects. If I remove this library, some runtime functions must be re-implemented …
0
votes
2answers
95 views
JVCL 2.10 and Delphi 2010
Did you try using JVCL 2.10 with Delphi 2010? I have Delphi 7 project that heavily uses DB components from that library and want to move it to new Delphi. I know that migration from JVCL 2.10 to …
7
votes
8answers
111 views
Replacement or Migration strategy for Excel/Access
Is there a way of offering the flexibility of Excel/Access development that end users love while instilling centralised IT management so data and logic is secure, backed up, version controlled etc. …
0
votes
0answers
16 views
Time for migrating 12 gb VOB from CC2SVN
what would be the approximate time to migrate a 12GB VOB with all the history and with no binaries, from CC 2 SVN using say polarion SVN importer. What factors can increase/ decrease the performance …
0
votes
2answers
32 views
How does one call the down method for a Doctrine migration in Symfony 1.2?
I am using Symfony 1.2 with the sfDoctrinePlugin.
I couldn't find any command to call the down method on a migration, neither the documentation suggests any related arguments to the existing doctrine …
6
votes
2answers
108 views
What problems should I expect when moving legacy Perl code to UTF-8?
Until now, the project I work in used ASCII only in the source code. Due to several upcoming changes in I18N area and also because we need some Unicode strings in our tests, we are thinking about …
0
votes
1answer
33 views
How to use Git to migrate SVN repository
Somebody is planning to move the subversion repository I work on (8000+ commits).
Is there a way to use git-svn to replay the last, say, 20 commits from the old location once the migration is …
0
votes
0answers
8 views
Using a COM based Addin created for Visual Studio 6 in Visual Studio 2005.
Is it possible to use an Add-in created for Visual Studio 6 in Visual Studio 2005. I know its possible for one to use COM Add-ins created for Visual Studio 2002/3 in Visual Studio 2005.
Unfortunately …
