File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## 0.6.30  
9+ 
10+ -  Make the ` Encrypt `  enum public in the mssql driver
11+ -  Further improve mssql character encoding support, thanks to https://github.com/lovasoa/lcid-to-codepage 
12+ 
813## 0.6.29  
914
1015-  Add support for more character encodings and locales in mssql. Previously, only WINDOWS-1252 was supported.
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pub use connection::MssqlConnection;
2424pub  use  database:: Mssql ; 
2525pub  use  error:: MssqlDatabaseError ; 
2626pub  use  options:: MssqlConnectOptions ; 
27+ pub  use  protocol:: pre_login:: Encrypt ; 
2728pub  use  query_result:: MssqlQueryResult ; 
2829pub  use  row:: MssqlRow ; 
2930pub  use  statement:: MssqlStatement ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments