MySQL.Data/src/MySqlConnection.cs (6 lines): - line 110: //TODO: add event data to StateChange docs - line 617: //TODO: SUPPORT FOR 452 AND 46X - line 714: // TODO: control this with a connection string option - line 768: //TODO: SUPPORT FOR 452 AND 46X - line 828: //TODO: Add support for 452 and 46X - line 831: //TODO: Add support for 452 and 46X MySQL.Data/src/X/Sessions/XInternalSession.cs (3 lines): - line 426: // TODO: For future use. - line 522: //TODO check if we need to send this event - line 554: //TODO log exception MySQL.Data/src/X/XDevAPI/Client.cs (3 lines): - line 161: // TODO: check if there're more than one session open - line 546: // TODO: override a finalizer only if Dispose(bool disposing) above has code to free unmanaged resources. - line 557: // TODO: uncomment the following line if the finalizer is overridden above. MySQL.Data/src/NativeDriver.cs (3 lines): - line 783: //TODO: check this - line 802: //TODO: find out what this is needed for - line 818: //TODO: handle streaming packets MySQL.Data/src/X/Protocol/X/XProtocol.cs (2 lines): - line 116: ///TODO: fix this - line 755: // TODO connection is closed MySQL.Data/src/X/Protocol/X/ExprParser.cs (2 lines): - line 970: // TODO charset? - line 1094: // TODO: we need to propagate the appropriate encoding here? it's ascii but it might not *always* be a superset encoding?? EntityFramework/src/MySqlExecutionStrategy.cs (1 line): - line 66: // TODO: Add MySql Cluster (Ndb) errors when Connector/NET correctly reports Cluster errors... MySQL.Data/src/X/XDevAPI/Relational/InternalRowResult.cs (1 line): - line 126: ///TODO: fix this MySQL.Data/src/Framework/netstandard2_0/AuthenticationManager.cs (1 line): - line 41: //TODO: TEST (CHANGE THIS CODE TO AuthenticationManagerCtorConfiguration in 452 and 46 project) MySQL.Data/src/X/Protocol/X/ExpUnparser.cs (1 line): - line 257: // TODO: make sure this is correct EntityFramework/src/MySqlMigrationSqlGenerator.cs (1 line): - line 945: return new MigrationStatement { Sql = "" }; // TODO :check if we'll suppport this operation MySQL.Data/src/MySqlCommand.cs (1 line): - line 714: //TODO: ADD support for 452 and 46X