issues
search
sougatamondal
/
migratordotnet
Automatically exported from code.google.com/p/migratordotnet
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
How to down grade (how to execute Down() methods) my migrations
#180
GoogleCodeExporter
opened
8 years ago
0
Add customiation of schema info table name
#179
GoogleCodeExporter
opened
8 years ago
0
Insert of string with Quotes
#178
GoogleCodeExporter
opened
8 years ago
0
Exe error: "This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded."
#177
GoogleCodeExporter
opened
8 years ago
1
loadign System.Data.SQLite in 64 bit windows with 64 bit IE
#176
GoogleCodeExporter
opened
8 years ago
0
MSBuild cannot find dependencies on assemblies downloaded from NuGet
#175
GoogleCodeExporter
opened
8 years ago
0
SQLite now support foreign key
#174
GoogleCodeExporter
opened
8 years ago
0
Adding the ability to run a non-transactional Migration
#173
GoogleCodeExporter
opened
8 years ago
0
No strong name signing
#172
GoogleCodeExporter
opened
8 years ago
0
Create Table Doesn't if we use columns with reserved keywords (e.g. Order)
#171
GoogleCodeExporter
opened
8 years ago
0
Nuget
#170
GoogleCodeExporter
opened
8 years ago
3
Migratordotnet-devel misused
#169
GoogleCodeExporter
opened
8 years ago
0
MigrationLoader should depends on IEnumerable<Type> and not Assembly
#168
GoogleCodeExporter
opened
8 years ago
0
I can't get access to the connection or connection string
#167
GoogleCodeExporter
opened
8 years ago
0
optional transaction usage
#166
GoogleCodeExporter
opened
8 years ago
1
FluentMigrator
#165
GoogleCodeExporter
opened
8 years ago
0
git repository
#164
GoogleCodeExporter
opened
8 years ago
0
Database.Insert does not support Unicode characters (SQL Server)
#163
GoogleCodeExporter
opened
8 years ago
0
I Think this project is dead Please see http://github.com/schambers/fluentmigrator for an active version
#162
GoogleCodeExporter
opened
8 years ago
0
It's not possible to add columns of data type image (Sql2008) to store more than 8000 bytes.
#161
GoogleCodeExporter
opened
8 years ago
1
Option to generate a migration SQL script rather than running scripts directly against the database.
#160
GoogleCodeExporter
opened
8 years ago
0
SQLiteTransformationProvider#GetColumns does not return the correct DbType for Column#Type
#159
GoogleCodeExporter
opened
8 years ago
0
Request: Documentation for running tests
#158
GoogleCodeExporter
opened
8 years ago
3
Does not work on Linux due to System.Data.SQLite.DLL "DLL" capitalization
#157
GoogleCodeExporter
opened
8 years ago
0
Infinite loop when invalid target version specified
#156
GoogleCodeExporter
opened
8 years ago
0
Support for SQL 2008 DataTypes
#155
GoogleCodeExporter
opened
8 years ago
1
Command Timeout while running a migration script
#154
GoogleCodeExporter
opened
8 years ago
0
The provider is not compatible with the version of Oracle client (10g)
#153
GoogleCodeExporter
opened
8 years ago
0
Run all migrations in one transaction
#152
GoogleCodeExporter
opened
8 years ago
0
Multiple databases in one assembly
#151
GoogleCodeExporter
opened
8 years ago
0
SqlServerCe does not works. Assumes default schema is dbo
#150
GoogleCodeExporter
opened
8 years ago
0
Enhancement - locking down the version number a bit more
#149
GoogleCodeExporter
opened
8 years ago
3
SQL Server update breaks older deployments (Migrator.Providers/ Impl/ SqlServer/ SqlServerTransformationProvider.cs, r144)
#148
GoogleCodeExporter
opened
8 years ago
0
Allow removal of Null constraints
#147
GoogleCodeExporter
opened
8 years ago
0
Failing unit tests on SQL Server 2005
#146
GoogleCodeExporter
opened
8 years ago
0
Error removing columns with unique constraints
#145
GoogleCodeExporter
opened
8 years ago
2
SQLite.NET problems with adding Guid field with default value
#144
GoogleCodeExporter
opened
8 years ago
0
SQLite.NET parse problems
#143
GoogleCodeExporter
opened
8 years ago
1
SQLIte.NET problems with not null without defaults
#142
GoogleCodeExporter
opened
8 years ago
0
SQLite.NET problems with adding primary key
#141
GoogleCodeExporter
opened
8 years ago
0
SQLite.NET startup problem
#140
GoogleCodeExporter
opened
8 years ago
6
Inserting values with string formatting entries like "{0}" failes because of tracing not handling this.
#139
GoogleCodeExporter
opened
8 years ago
0
New patch - SQLAnywhere 11 support
#138
GoogleCodeExporter
opened
8 years ago
1
Add support for DateTimeOffset in Sql Server 2008
#137
GoogleCodeExporter
opened
8 years ago
0
Infinite loop when rolling back
#136
GoogleCodeExporter
opened
8 years ago
0
Updated VS Item template
#135
GoogleCodeExporter
closed
8 years ago
2
Better support for SqlServer
#134
GoogleCodeExporter
opened
8 years ago
0
CREATE PROCEDURE Migration Fails Via Migration Script
#133
GoogleCodeExporter
opened
8 years ago
3
MySQL does not support non-numeric primary keys (such as GUID)
#132
GoogleCodeExporter
opened
8 years ago
0
Added support for multiple schemainfo instances
#131
GoogleCodeExporter
opened
8 years ago
3
Next